Html Css Color HEX #F90560 Razzmatazz

📋 copy color: '#F90560'

red 249 ◦ green 5 ◦ blue 96

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

Shades of Razzmatazz #F90560

Tints of Razzmatazz #F90560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 71.14%
G = 1.43%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F90560 (or 0xF90560) is known color: Razzmatazz. HEX triplet: F9, 05 and 60. RGB value is (249,5,96). Sum of RGB (Red+Green+Blue) = 249+5+96=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F90560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90560 is #06FA9F. Grayscale: #585858. Windows color (decimal): -457376 or 6292985. OLE color: 6292985.

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

Color convert

RGB 249 5 96 -
CMYK 0 0.98 0.61 0.02
HSL 337.62º 0.96% 0.5% -
HSV(B) 337.62º 0.98% 0.98% -
XYZ 41.23 21.09 12.96 -
YUV 88.33 132.34 242.6 -
System Red Green Blue C M Y K H S L
Decimal 249 5 96 0 0.98 0.61 0.02 337.62 0.96 0.5
Hex F9 5 60 0 62 3D 2 152 60 32
Octal 371 5 140 0 142 75 2 522 140 62
Binary 11111001 101 1100000 0 1100010 111101 10 101010010 1100000 110010

Color Harmonies of #F90560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90560

Black with #F90560

Text Example


Text Example

White with #F90560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90560; }

 p { color: rgb(249,5,96); }

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

background-color css

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

 a { background-color: rgb(249,5,96); }

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

border-color css

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

 span { border-color: rgb(249,5,96); }

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