Html Css Color HEX #F90C5B Razzmatazz

📋 copy color: '#F90C5B'

red 249 ◦ green 12 ◦ blue 91

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

Shades of Razzmatazz #F90C5B

Tints of Razzmatazz #F90C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.41%

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 70.74%
G = 3.41%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F90C5B (or 0xF90C5B) is known color: Razzmatazz. HEX triplet: F9, 0C and 5B. RGB value is (249,12,91). Sum of RGB (Red+Green+Blue) = 249+12+91=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90C5B is #06F3A4. Grayscale: #5B5B5B. Windows color (decimal): -455589 or 5967097. OLE color: 5967097.

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

Color convert

RGB 249 12 91 -
CMYK 0 0.95 0.63 0.02
HSL 340º 0.95% 0.51% -
HSV(B) 340º 0.95% 0.98% -
XYZ 41.09 21.16 11.82 -
YUV 91.87 127.52 240.08 -
System Red Green Blue C M Y K H S L
Decimal 249 12 91 0 0.95 0.63 0.02 340 0.95 0.51
Hex F9 C 5B 0 5F 3F 2 154 5F 33
Octal 371 14 133 0 137 77 2 524 137 63
Binary 11111001 1100 1011011 0 1011111 111111 10 101010100 1011111 110011

Color Harmonies of #F90C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C5B

Black with #F90C5B

Text Example


Text Example

White with #F90C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C5B; }

 p { color: rgb(249,12,91); }

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

background-color css

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

 a { background-color: rgb(249,12,91); }

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

border-color css

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

 span { border-color: rgb(249,12,91); }

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