Html Css Color HEX #F90565 Razzmatazz

📋 copy color: '#F90565'

red 249 ◦ green 5 ◦ blue 101

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

Shades of Razzmatazz #F90565

Tints of Razzmatazz #F90565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 70.14%
G = 1.41%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F90565 (or 0xF90565) is known color: Razzmatazz. HEX triplet: F9, 05 and 65. RGB value is (249,5,101). Sum of RGB (Red+Green+Blue) = 249+5+101=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F90565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90565 is #06FA9A. Grayscale: #585858. Windows color (decimal): -457371 or 6620665. OLE color: 6620665.

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

Color convert

RGB 249 5 101 -
CMYK 0 0.98 0.59 0.02
HSL 336.39º 0.96% 0.5% -
HSV(B) 336.39º 0.98% 0.98% -
XYZ 41.47 21.19 14.22 -
YUV 88.9 134.84 242.19 -
System Red Green Blue C M Y K H S L
Decimal 249 5 101 0 0.98 0.59 0.02 336.39 0.96 0.5
Hex F9 5 65 0 62 3B 2 150 60 32
Octal 371 5 145 0 142 73 2 520 140 62
Binary 11111001 101 1100101 0 1100010 111011 10 101010000 1100000 110010

Color Harmonies of #F90565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90565

Black with #F90565

Text Example


Text Example

White with #F90565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90565; }

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

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

background-color css

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

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

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

border-color css

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

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

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