Html Css Color HEX #F90258 Razzmatazz

📋 copy color: '#F90258'

red 249 ◦ green 2 ◦ blue 88

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

Shades of Razzmatazz #F90258

Tints of Razzmatazz #F90258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 73.45%
G = 0.59%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F90258 (or 0xF90258) is known color: Razzmatazz. HEX triplet: F9, 02 and 58. RGB value is (249,2,88). Sum of RGB (Red+Green+Blue) = 249+2+88=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F90258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90258 is #06FDA7. Grayscale: #555555. Windows color (decimal): -458152 or 5767929. OLE color: 5767929.

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

Color convert

RGB 249 2 88 -
CMYK 0 0.99 0.65 0.02
HSL 339.11º 0.98% 0.49% -
HSV(B) 339.11º 0.99% 0.98% -
XYZ 40.85 20.89 11.11 -
YUV 85.66 129.33 244.51 -
System Red Green Blue C M Y K H S L
Decimal 249 2 88 0 0.99 0.65 0.02 339.11 0.98 0.49
Hex F9 2 58 0 63 41 2 153 62 31
Octal 371 2 130 0 143 101 2 523 142 61
Binary 11111001 10 1011000 0 1100011 1000001 10 101010011 1100010 110001

Color Harmonies of #F90258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90258

Black with #F90258

Text Example


Text Example

White with #F90258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90258; }

 p { color: rgb(249,2,88); }

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

background-color css

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

 a { background-color: rgb(249,2,88); }

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

border-color css

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

 span { border-color: rgb(249,2,88); }

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