Html Css Color HEX #F90157 Razzmatazz

📋 copy color: '#F90157'

red 249 ◦ green 1 ◦ blue 87

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

Shades of Razzmatazz #F90157

Tints of Razzmatazz #F90157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 87 (34.38% from 255) = 25.82%

R = 73.89%
G = 0.3%
B = 25.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F90157 (or 0xF90157) is known color: Razzmatazz. HEX triplet: F9, 01 and 57. RGB value is (249,1,87). Sum of RGB (Red+Green+Blue) = 249+1+87=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F90157 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90157 is #06FEA8. Grayscale: #545454. Windows color (decimal): -458409 or 5702137. OLE color: 5702137.

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

Color convert

RGB 249 1 87 -
CMYK 0 1.00 0.65 0.02
HSL 339.19º 0.99% 0.49% -
HSV(B) 339.19º 1% 0.98% -
XYZ 40.8 20.85 10.89 -
YUV 84.96 129.16 245.01 -
System Red Green Blue C M Y K H S L
Decimal 249 1 87 0 1.00 0.65 0.02 339.19 0.99 0.49
Hex F9 1 57 0 64 41 2 153 63 31
Octal 371 1 127 0 144 101 2 523 143 61
Binary 11111001 1 1010111 0 1100100 1000001 10 101010011 1100011 110001

Color Harmonies of #F90157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90157

Black with #F90157

Text Example


Text Example

White with #F90157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90157; }

 p { color: rgb(249,1,87); }

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

background-color css

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

 a { background-color: rgb(249,1,87); }

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

border-color css

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

 span { border-color: rgb(249,1,87); }

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