Html Css Color HEX #F01360 Razzmatazz

📋 copy color: '#F01360'

red 240 ◦ green 19 ◦ blue 96

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

Shades of Razzmatazz #F01360

Tints of Razzmatazz #F01360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 67.61%
G = 5.35%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F01360 (or 0xF01360) is known color: Razzmatazz. HEX triplet: F0, 13 and 60. RGB value is (240,19,96). Sum of RGB (Red+Green+Blue) = 240+19+96=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F01360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01360 is #0FEC9F. Grayscale: #5D5D5D. Windows color (decimal): -1043616 or 6296560. OLE color: 6296560.

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

Color convert

RGB 240 19 96 -
CMYK 0 0.92 0.6 0.06
HSL 339.1º 0.88% 0.51% -
HSV(B) 339.1º 0.92% 0.94% -
XYZ 38.28 19.84 12.88 -
YUV 93.86 129.22 232.24 -
System Red Green Blue C M Y K H S L
Decimal 240 19 96 0 0.92 0.6 0.06 339.1 0.88 0.51
Hex F0 13 60 0 5C 3C 6 153 58 33
Octal 360 23 140 0 134 74 6 523 130 63
Binary 11110000 10011 1100000 0 1011100 111100 110 101010011 1011000 110011

Color Harmonies of #F01360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01360

Black with #F01360

Text Example


Text Example

White with #F01360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01360; }

 p { color: rgb(240,19,96); }

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

background-color css

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

 a { background-color: rgb(240,19,96); }

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

border-color css

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

 span { border-color: rgb(240,19,96); }

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