Html Css Color HEX #F90A62 Razzmatazz

📋 copy color: '#F90A62'

red 249 ◦ green 10 ◦ blue 98

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

Shades of Razzmatazz #F90A62

Tints of Razzmatazz #F90A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 69.75%
G = 2.8%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F90A62 (or 0xF90A62) is known color: Razzmatazz. HEX triplet: F9, 0A and 62. RGB value is (249,10,98). Sum of RGB (Red+Green+Blue) = 249+10+98=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A62 is #06F59D. Grayscale: #5B5B5B. Windows color (decimal): -456094 or 6425337. OLE color: 6425337.

HSL color Cylindrical-coordinate representation of color #F90A62: hue angle of 337.91º 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 #F90A62 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 10 98 -
CMYK 0 0.96 0.61 0.02
HSL 337.91º 0.95% 0.51% -
HSV(B) 337.91º 0.96% 0.98% -
XYZ 41.38 21.24 13.47 -
YUV 91.49 131.68 240.34 -
System Red Green Blue C M Y K H S L
Decimal 249 10 98 0 0.96 0.61 0.02 337.91 0.95 0.51
Hex F9 A 62 0 60 3D 2 152 5F 33
Octal 371 12 142 0 140 75 2 522 137 63
Binary 11111001 1010 1100010 0 1100000 111101 10 101010010 1011111 110011

Color Harmonies of #F90A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A62

Black with #F90A62

Text Example


Text Example

White with #F90A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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