Html Css Color HEX #F00A58 Razzmatazz

📋 copy color: '#F00A58'

red 240 ◦ green 10 ◦ blue 88

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

Shades of Razzmatazz #F00A58

Tints of Razzmatazz #F00A58

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.96%

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 71.01%
G = 2.96%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F00A58 (or 0xF00A58) is known color: Razzmatazz. HEX triplet: F0, 0A and 58. RGB value is (240,10,88). Sum of RGB (Red+Green+Blue) = 240+10+88=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A58 is #0FF5A7. Grayscale: #575757. Windows color (decimal): -1045928 or 5769968. OLE color: 5769968.

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

Color convert

RGB 240 10 88 -
CMYK 0 0.96 0.63 0.06
HSL 339.65º 0.92% 0.49% -
HSV(B) 339.65º 0.96% 0.94% -
XYZ 37.81 19.45 10.99 -
YUV 87.66 128.2 236.66 -
System Red Green Blue C M Y K H S L
Decimal 240 10 88 0 0.96 0.63 0.06 339.65 0.92 0.49
Hex F0 A 58 0 60 3F 6 154 5C 31
Octal 360 12 130 0 140 77 6 524 134 61
Binary 11110000 1010 1011000 0 1100000 111111 110 101010100 1011100 110001

Color Harmonies of #F00A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A58

Black with #F00A58

Text Example


Text Example

White with #F00A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A58; }

 p { color: rgb(240,10,88); }

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

background-color css

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

 a { background-color: rgb(240,10,88); }

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

border-color css

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

 span { border-color: rgb(240,10,88); }

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