Html Css Color HEX #F0006B Razzmatazz

📋 copy color: '#F0006B'

red 240 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #F0006B

Tints of Razzmatazz #F0006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 69.16%
G = 0%
B = 30.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0006B (or 0xF0006B) is known color: Razzmatazz. HEX triplet: F0, 00 and 6B. RGB value is (240,0,107). Sum of RGB (Red+Green+Blue) = 240+0+107=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F0006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0006B is #0FFF94. Grayscale: #535353. Windows color (decimal): -1048469 or 7012592. OLE color: 7012592.

HSL color Cylindrical-coordinate representation of color #F0006B: hue angle of 333.25º 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 #F0006B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 107 -
CMYK 0 1 0.55 0.06
HSL 333.25º 1% 0.47% -
HSV(B) 333.25º 1% 0.94% -
XYZ 38.59 19.59 15.66 -
YUV 83.96 141.01 239.3 -
System Red Green Blue C M Y K H S L
Decimal 240 0 107 0 1 0.55 0.06 333.25 1 0.47
Hex F0 0 6B 0 64 37 6 14D 64 2F
Octal 360 0 153 0 144 67 6 515 144 57
Binary 11110000 0 1101011 0 1100100 110111 110 101001101 1100100 101111

Color Harmonies of #F0006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0006B

Black with #F0006B

Text Example


Text Example

White with #F0006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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