Html Css Color HEX #F90865 Razzmatazz

📋 copy color: '#F90865'

red 249 ◦ green 8 ◦ blue 101

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

Shades of Razzmatazz #F90865

Tints of Razzmatazz #F90865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 69.55%
G = 2.23%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F90865 (or 0xF90865) is known color: Razzmatazz. HEX triplet: F9, 08 and 65. RGB value is (249,8,101). Sum of RGB (Red+Green+Blue) = 249+8+101=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F90865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90865 is #06F79A. Grayscale: #5A5A5A. Windows color (decimal): -456603 or 6621433. OLE color: 6621433.

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

Color convert

RGB 249 8 101 -
CMYK 0 0.97 0.59 0.02
HSL 336.85º 0.95% 0.5% -
HSV(B) 336.85º 0.97% 0.98% -
XYZ 41.5 21.25 14.23 -
YUV 90.66 133.84 240.94 -
System Red Green Blue C M Y K H S L
Decimal 249 8 101 0 0.97 0.59 0.02 336.85 0.95 0.5
Hex F9 8 65 0 61 3B 2 151 5F 32
Octal 371 10 145 0 141 73 2 521 137 62
Binary 11111001 1000 1100101 0 1100001 111011 10 101010001 1011111 110010

Color Harmonies of #F90865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90865

Black with #F90865

Text Example


Text Example

White with #F90865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90865; }

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

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

background-color css

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

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

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

border-color css

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

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

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