Html Css Color HEX #FF006E Razzmatazz

📋 copy color: '#FF006E'

red 255 ◦ green 0 ◦ blue 110

#FF006E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #FF006E

Tints of Razzmatazz #FF006E

RGB

 RED value IS 255 (100% from 255) = 69.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 69.86%
G = 0%
B = 30.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF006E (or 0xFF006E) is known color: Razzmatazz. HEX triplet: FF, 00 and 6E. RGB value is (255,0,110). Sum of RGB (Red+Green+Blue) = 255+0+110=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF006E is #00FF91. Grayscale: #585858. Windows color (decimal): -65426 or 7209215. OLE color: 7209215.

HSL color Cylindrical-coordinate representation of color #FF006E: hue angle of 334.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF006E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 255 0 110 -
CMYK 0 1 0.57 0
HSL 334.12º 1% 0.5% -
HSV(B) 334.12º 1% 1% -
XYZ 44.05 22.39 16.75 -
YUV 88.79 139.98 246.56 -
System Red Green Blue C M Y K H S L
Decimal 255 0 110 0 1 0.57 0 334.12 1 0.5
Hex FF 0 6E 0 64 39 0 14E 64 32
Octal 377 0 156 0 144 71 0 516 144 62
Binary 11111111 0 1101110 0 1100100 111001 0 101001110 1100100 110010

Color Harmonies of #FF006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF006E

Black with #FF006E

Text Example


Text Example

White with #FF006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF006E; }

 p { color: rgb(255,0,110); }

 H1.HeaderClassName
 {
   color: #FF006E;
 }
 .AnyTagClassName
 {
   color: #FF006E;
 }
</style>

background-color css

<style>
 a { background-color: #FF006E; }

 a { background-color: rgb(255,0,110); }

 div.DivClassName
 {
   background-color: #FF006E;
 }
 .BgClassName
 {
   background-color: #FF006E;
 }
</style>

border-color css

<style>
 span { border-color: #FF006E; }

 span { border-color: rgb(255,0,110); }

 td.TdClassName
 {
   border-color: #FF006E;
 }
 .TagClassName
 {
   border-color: #FF006E;
 }
</style>