Html Css Color HEX #F91465 Razzmatazz

📋 copy color: '#F91465'

red 249 ◦ green 20 ◦ blue 101

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

Shades of Razzmatazz #F91465

Tints of Razzmatazz #F91465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

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

R = 67.3%
G = 5.41%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F91465 (or 0xF91465) is known color: Razzmatazz. HEX triplet: F9, 14 and 65. RGB value is (249,20,101). Sum of RGB (Red+Green+Blue) = 249+20+101=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F91465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91465 is #06EB9A. Grayscale: #616161. Windows color (decimal): -453531 or 6624505. OLE color: 6624505.

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

Color convert

RGB 249 20 101 -
CMYK 0 0.92 0.59 0.02
HSL 338.78º 0.95% 0.53% -
HSV(B) 338.78º 0.92% 0.98% -
XYZ 41.67 21.58 14.28 -
YUV 97.71 129.87 235.91 -
System Red Green Blue C M Y K H S L
Decimal 249 20 101 0 0.92 0.59 0.02 338.78 0.95 0.53
Hex F9 14 65 0 5C 3B 2 153 5F 35
Octal 371 24 145 0 134 73 2 523 137 65
Binary 11111001 10100 1100101 0 1011100 111011 10 101010011 1011111 110101

Color Harmonies of #F91465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91465

Black with #F91465

Text Example


Text Example

White with #F91465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91465; }

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

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

background-color css

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

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

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

border-color css

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

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

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