Html Css Color HEX #F0006E Razzmatazz

📋 copy color: '#F0006E'

red 240 ◦ green 0 ◦ blue 110

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

Shades of Razzmatazz #F0006E

Tints of Razzmatazz #F0006E

RGB

 RED value IS 240 (94.14% from 255) = 68.57%

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

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

R = 68.57%
G = 0%
B = 31.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0006E (or 0xF0006E) is known color: Razzmatazz. HEX triplet: F0, 00 and 6E. RGB value is (240,0,110). Sum of RGB (Red+Green+Blue) = 240+0+110=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0006E is #0FFF91. Grayscale: #545454. Windows color (decimal): -1048466 or 7209200. OLE color: 7209200.

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

Color convert

RGB 240 0 110 -
CMYK 0 1 0.54 0.06
HSL 332.5º 1% 0.47% -
HSV(B) 332.5º 1% 0.94% -
XYZ 38.75 19.65 16.5 -
YUV 84.3 142.51 239.06 -
System Red Green Blue C M Y K H S L
Decimal 240 0 110 0 1 0.54 0.06 332.5 1 0.47
Hex F0 0 6E 0 64 36 6 14C 64 2F
Octal 360 0 156 0 144 66 6 514 144 57
Binary 11110000 0 1101110 0 1100100 110110 110 101001100 1100100 101111

Color Harmonies of #F0006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0006E

Black with #F0006E

Text Example


Text Example

White with #F0006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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