Html Css Color HEX #F91064 Razzmatazz

📋 copy color: '#F91064'

red 249 ◦ green 16 ◦ blue 100

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

Shades of Razzmatazz #F91064

Tints of Razzmatazz #F91064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 68.22%
G = 4.38%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F91064 (or 0xF91064) is known color: Razzmatazz. HEX triplet: F9, 10 and 64. RGB value is (249,16,100). Sum of RGB (Red+Green+Blue) = 249+16+100=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F91064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91064 is #06EF9B. Grayscale: #5F5F5F. Windows color (decimal): -454556 or 6557945. OLE color: 6557945.

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

Color convert

RGB 249 16 100 -
CMYK 0 0.94 0.60 0.02
HSL 338.37º 0.95% 0.52% -
HSV(B) 338.37º 0.94% 0.98% -
XYZ 41.55 21.43 14 -
YUV 95.24 130.69 237.67 -
System Red Green Blue C M Y K H S L
Decimal 249 16 100 0 0.94 0.60 0.02 338.37 0.95 0.52
Hex F9 10 64 0 5E 3C 2 152 5F 34
Octal 371 20 144 0 136 74 2 522 137 64
Binary 11111001 10000 1100100 0 1011110 111100 10 101010010 1011111 110100

Color Harmonies of #F91064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91064

Black with #F91064

Text Example


Text Example

White with #F91064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91064; }

 p { color: rgb(249,16,100); }

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

background-color css

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

 a { background-color: rgb(249,16,100); }

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

border-color css

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

 span { border-color: rgb(249,16,100); }

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