Html Css Color HEX #F90A6F Razzmatazz

📋 copy color: '#F90A6F'

red 249 ◦ green 10 ◦ blue 111

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

Shades of Razzmatazz #F90A6F

Tints of Razzmatazz #F90A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 67.3%
G = 2.7%
B = 30%

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

#F90A6F (or 0xF90A6F) is known color: Razzmatazz. HEX triplet: F9, 0A and 6F. RGB value is (249,10,111). Sum of RGB (Red+Green+Blue) = 249+10+111=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A6F is #06F590. Grayscale: #5C5C5C. Windows color (decimal): -456081 or 7277305. OLE color: 7277305.

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

Color convert

RGB 249 10 111 -
CMYK 0 0.96 0.55 0.02
HSL 334.64º 0.95% 0.51% -
HSV(B) 334.64º 0.96% 0.98% -
XYZ 42.04 21.5 16.97 -
YUV 92.98 138.18 239.29 -
System Red Green Blue C M Y K H S L
Decimal 249 10 111 0 0.96 0.55 0.02 334.64 0.95 0.51
Hex F9 A 6F 0 60 37 2 14F 5F 33
Octal 371 12 157 0 140 67 2 517 137 63
Binary 11111001 1010 1101111 0 1100000 110111 10 101001111 1011111 110011

Color Harmonies of #F90A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A6F

Black with #F90A6F

Text Example


Text Example

White with #F90A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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