Html Css Color HEX #F91F64 Radical Red

📋 copy color: '#F91F64'

red 249 ◦ green 31 ◦ blue 100

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

Shades of Radical Red #F91F64

Tints of Radical Red #F91F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.16%

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

R = 65.53%
G = 8.16%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F91F64 (or 0xF91F64) is known color: Radical Red. HEX triplet: F9, 1F and 64. RGB value is (249,31,100). Sum of RGB (Red+Green+Blue) = 249+31+100=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91F64 is #06E09B. Grayscale: #676767. Windows color (decimal): -450716 or 6561785. OLE color: 6561785.

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

Color convert

RGB 249 31 100 -
CMYK 0 0.88 0.60 0.02
HSL 341.01º 0.95% 0.55% -
HSV(B) 341.01º 0.88% 0.98% -
XYZ 41.86 22.04 14.1 -
YUV 104.05 125.72 231.39 -
System Red Green Blue C M Y K H S L
Decimal 249 31 100 0 0.88 0.60 0.02 341.01 0.95 0.55
Hex F9 1F 64 0 58 3C 2 155 5F 37
Octal 371 37 144 0 130 74 2 525 137 67
Binary 11111001 11111 1100100 0 1011000 111100 10 101010101 1011111 110111

Color Harmonies of #F91F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F64

Black with #F91F64

Text Example


Text Example

White with #F91F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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