Html Css Color HEX #F90A6E Razzmatazz

📋 copy color: '#F90A6E'

red 249 ◦ green 10 ◦ blue 110

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

Shades of Razzmatazz #F90A6E

Tints of Razzmatazz #F90A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 67.48%
G = 2.71%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F90A6E (or 0xF90A6E) is known color: Razzmatazz. HEX triplet: F9, 0A and 6E. RGB value is (249,10,110). Sum of RGB (Red+Green+Blue) = 249+10+110=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A6E is #06F591. Grayscale: #5C5C5C. Windows color (decimal): -456082 or 7211769. OLE color: 7211769.

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

Color convert

RGB 249 10 110 -
CMYK 0 0.96 0.56 0.02
HSL 334.9º 0.95% 0.51% -
HSV(B) 334.9º 0.96% 0.98% -
XYZ 41.99 21.48 16.69 -
YUV 92.86 137.68 239.37 -
System Red Green Blue C M Y K H S L
Decimal 249 10 110 0 0.96 0.56 0.02 334.9 0.95 0.51
Hex F9 A 6E 0 60 38 2 14F 5F 33
Octal 371 12 156 0 140 70 2 517 137 63
Binary 11111001 1010 1101110 0 1100000 111000 10 101001111 1011111 110011

Color Harmonies of #F90A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A6E

Black with #F90A6E

Text Example


Text Example

White with #F90A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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