Html Css Color HEX #F90B63 Razzmatazz

📋 copy color: '#F90B63'

red 249 ◦ green 11 ◦ blue 99

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

Shades of Razzmatazz #F90B63

Tints of Razzmatazz #F90B63

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 99 (39.06% from 255) = 27.58%

R = 69.36%
G = 3.06%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F90B63 (or 0xF90B63) is known color: Razzmatazz. HEX triplet: F9, 0B and 63. RGB value is (249,11,99). Sum of RGB (Red+Green+Blue) = 249+11+99=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90B63 is #06F49C. Grayscale: #5C5C5C. Windows color (decimal): -455837 or 6491129. OLE color: 6491129.

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

Color convert

RGB 249 11 99 -
CMYK 0 0.96 0.60 0.02
HSL 337.82º 0.95% 0.51% -
HSV(B) 337.82º 0.96% 0.98% -
XYZ 41.44 21.28 13.73 -
YUV 92.19 131.85 239.84 -
System Red Green Blue C M Y K H S L
Decimal 249 11 99 0 0.96 0.60 0.02 337.82 0.95 0.51
Hex F9 B 63 0 60 3C 2 152 5F 33
Octal 371 13 143 0 140 74 2 522 137 63
Binary 11111001 1011 1100011 0 1100000 111100 10 101010010 1011111 110011

Color Harmonies of #F90B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B63

Black with #F90B63

Text Example


Text Example

White with #F90B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B63; }

 p { color: rgb(249,11,99); }

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

background-color css

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

 a { background-color: rgb(249,11,99); }

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

border-color css

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

 span { border-color: rgb(249,11,99); }

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