Html Css Color HEX #F0005A Razzmatazz

📋 copy color: '#F0005A'

red 240 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #F0005A

Tints of Razzmatazz #F0005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0005A (or 0xF0005A) is known color: Razzmatazz. HEX triplet: F0, 00 and 5A. RGB value is (240,0,90). Sum of RGB (Red+Green+Blue) = 240+0+90=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F0005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0005A is #0FFFA5. Grayscale: #515151. Windows color (decimal): -1048486 or 5898480. OLE color: 5898480.

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

Color convert

RGB 240 0 90 -
CMYK 0 1 0.62 0.06
HSL 337.5º 1% 0.47% -
HSV(B) 337.5º 1% 0.94% -
XYZ 37.78 19.26 11.4 -
YUV 82.02 132.51 240.68 -
System Red Green Blue C M Y K H S L
Decimal 240 0 90 0 1 0.62 0.06 337.5 1 0.47
Hex F0 0 5A 0 64 3E 6 152 64 2F
Octal 360 0 132 0 144 76 6 522 144 57
Binary 11110000 0 1011010 0 1100100 111110 110 101010010 1100100 101111

Color Harmonies of #F0005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0005A

Black with #F0005A

Text Example


Text Example

White with #F0005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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