Html Css Color HEX #F00D5A Razzmatazz

📋 copy color: '#F00D5A'

red 240 ◦ green 13 ◦ blue 90

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

Shades of Razzmatazz #F00D5A

Tints of Razzmatazz #F00D5A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.79%

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

R = 69.97%
G = 3.79%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F00D5A (or 0xF00D5A) is known color: Razzmatazz. HEX triplet: F0, 0D and 5A. RGB value is (240,13,90). Sum of RGB (Red+Green+Blue) = 240+13+90=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00D5A is #0FF2A5. Grayscale: #595959. Windows color (decimal): -1045158 or 5901808. OLE color: 5901808.

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

Color convert

RGB 240 13 90 -
CMYK 0 0.95 0.62 0.06
HSL 339.65º 0.9% 0.5% -
HSV(B) 339.65º 0.95% 0.94% -
XYZ 37.92 19.55 11.45 -
YUV 89.65 128.21 235.24 -
System Red Green Blue C M Y K H S L
Decimal 240 13 90 0 0.95 0.62 0.06 339.65 0.9 0.5
Hex F0 D 5A 0 5F 3E 6 154 5A 32
Octal 360 15 132 0 137 76 6 524 132 62
Binary 11110000 1101 1011010 0 1011111 111110 110 101010100 1011010 110010

Color Harmonies of #F00D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D5A

Black with #F00D5A

Text Example


Text Example

White with #F00D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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