Html Css Color HEX #F00F60 Razzmatazz

📋 copy color: '#F00F60'

red 240 ◦ green 15 ◦ blue 96

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

Shades of Razzmatazz #F00F60

Tints of Razzmatazz #F00F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.27%

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

R = 68.38%
G = 4.27%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F00F60 (or 0xF00F60) is known color: Razzmatazz. HEX triplet: F0, 0F and 60. RGB value is (240,15,96). Sum of RGB (Red+Green+Blue) = 240+15+96=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F60 is #0FF09F. Grayscale: #5B5B5B. Windows color (decimal): -1044640 or 6295536. OLE color: 6295536.

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

Color convert

RGB 240 15 96 -
CMYK 0 0.94 0.6 0.06
HSL 338.4º 0.88% 0.5% -
HSV(B) 338.4º 0.94% 0.94% -
XYZ 38.22 19.71 12.86 -
YUV 91.51 130.54 233.91 -
System Red Green Blue C M Y K H S L
Decimal 240 15 96 0 0.94 0.6 0.06 338.4 0.88 0.5
Hex F0 F 60 0 5E 3C 6 152 58 32
Octal 360 17 140 0 136 74 6 522 130 62
Binary 11110000 1111 1100000 0 1011110 111100 110 101010010 1011000 110010

Color Harmonies of #F00F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F60

Black with #F00F60

Text Example


Text Example

White with #F00F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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