Html Css Color HEX #F01063 Razzmatazz

📋 copy color: '#F01063'

red 240 ◦ green 16 ◦ blue 99

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

Shades of Razzmatazz #F01063

Tints of Razzmatazz #F01063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

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

R = 67.61%
G = 4.51%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F01063 (or 0xF01063) is known color: Razzmatazz. HEX triplet: F0, 10 and 63. RGB value is (240,16,99). Sum of RGB (Red+Green+Blue) = 240+16+99=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F01063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01063 is #0FEF9C. Grayscale: #5C5C5C. Windows color (decimal): -1044381 or 6492400. OLE color: 6492400.

HSL color Cylindrical-coordinate representation of color #F01063: hue angle of 337.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01063 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 99 -
CMYK 0 0.93 0.59 0.06
HSL 337.77º 0.88% 0.5% -
HSV(B) 337.77º 0.93% 0.94% -
XYZ 38.37 19.8 13.6 -
YUV 92.44 131.71 233.25 -
System Red Green Blue C M Y K H S L
Decimal 240 16 99 0 0.93 0.59 0.06 337.77 0.88 0.5
Hex F0 10 63 0 5D 3B 6 152 58 32
Octal 360 20 143 0 135 73 6 522 130 62
Binary 11110000 10000 1100011 0 1011101 111011 110 101010010 1011000 110010

Color Harmonies of #F01063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01063

Black with #F01063

Text Example


Text Example

White with #F01063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01063; }

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

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

background-color css

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

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

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

border-color css

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

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

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