Html Css Color HEX #F00063 Razzmatazz

📋 copy color: '#F00063'

red 240 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #F00063

Tints of Razzmatazz #F00063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 70.8%
G = 0%
B = 29.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F00063 (or 0xF00063) is known color: Razzmatazz. HEX triplet: F0, 00 and 63. RGB value is (240,0,99). Sum of RGB (Red+Green+Blue) = 240+0+99=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F00063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00063 is #0FFF9C. Grayscale: #525252. Windows color (decimal): -1048477 or 6488304. OLE color: 6488304.

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

Color convert

RGB 240 0 99 -
CMYK 0 1 0.59 0.06
HSL 335.25º 1% 0.47% -
HSV(B) 335.25º 1% 0.94% -
XYZ 38.19 19.43 13.54 -
YUV 83.05 137.01 239.95 -
System Red Green Blue C M Y K H S L
Decimal 240 0 99 0 1 0.59 0.06 335.25 1 0.47
Hex F0 0 63 0 64 3B 6 14F 64 2F
Octal 360 0 143 0 144 73 6 517 144 57
Binary 11110000 0 1100011 0 1100100 111011 110 101001111 1100100 101111

Color Harmonies of #F00063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00063

Black with #F00063

Text Example


Text Example

White with #F00063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00063; }

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

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

background-color css

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

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

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

border-color css

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

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

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