Html Css Color HEX #F91F5E Radical Red

📋 copy color: '#F91F5E'

red 249 ◦ green 31 ◦ blue 94

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

Shades of Radical Red #F91F5E

Tints of Radical Red #F91F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.13%

R = 66.58%
G = 8.29%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F91F5E (or 0xF91F5E) is known color: Radical Red. HEX triplet: F9, 1F and 5E. RGB value is (249,31,94). Sum of RGB (Red+Green+Blue) = 249+31+94=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91F5E is #06E0A1. Grayscale: #676767. Windows color (decimal): -450722 or 6168569. OLE color: 6168569.

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

Color convert

RGB 249 31 94 -
CMYK 0 0.88 0.62 0.02
HSL 342.66º 0.95% 0.55% -
HSV(B) 342.66º 0.88% 0.98% -
XYZ 41.58 21.93 12.63 -
YUV 103.36 122.72 231.88 -
System Red Green Blue C M Y K H S L
Decimal 249 31 94 0 0.88 0.62 0.02 342.66 0.95 0.55
Hex F9 1F 5E 0 58 3E 2 157 5F 37
Octal 371 37 136 0 130 76 2 527 137 67
Binary 11111001 11111 1011110 0 1011000 111110 10 101010111 1011111 110111

Color Harmonies of #F91F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F5E

Black with #F91F5E

Text Example


Text Example

White with #F91F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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