Html Css Color HEX #F90A70 Razzmatazz

📋 copy color: '#F90A70'

red 249 ◦ green 10 ◦ blue 112

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

Shades of Razzmatazz #F90A70

Tints of Razzmatazz #F90A70

RGB

 RED value IS 249 (97.66% from 255) = 67.12%

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 67.12%
G = 2.7%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F90A70 (or 0xF90A70) is known color: Razzmatazz. HEX triplet: F9, 0A and 70. RGB value is (249,10,112). Sum of RGB (Red+Green+Blue) = 249+10+112=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A70 is #06F58F. Grayscale: #5C5C5C. Windows color (decimal): -456080 or 7342841. OLE color: 7342841.

HSL color Cylindrical-coordinate representation of color #F90A70: hue angle of 334.39º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A70 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 10 112 -
CMYK 0 0.96 0.55 0.02
HSL 334.39º 0.95% 0.51% -
HSV(B) 334.39º 0.96% 0.98% -
XYZ 42.1 21.53 17.27 -
YUV 93.09 138.68 239.21 -
System Red Green Blue C M Y K H S L
Decimal 249 10 112 0 0.96 0.55 0.02 334.39 0.95 0.51
Hex F9 A 70 0 60 37 2 14E 5F 33
Octal 371 12 160 0 140 67 2 516 137 63
Binary 11111001 1010 1110000 0 1100000 110111 10 101001110 1011111 110011

Color Harmonies of #F90A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A70

Black with #F90A70

Text Example


Text Example

White with #F90A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A70; }

 p { color: rgb(249,10,112); }

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

background-color css

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

 a { background-color: rgb(249,10,112); }

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

border-color css

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

 span { border-color: rgb(249,10,112); }

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