Html Css Color HEX #F91E5A Radical Red

📋 copy color: '#F91E5A'

red 249 ◦ green 30 ◦ blue 90

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

Shades of Radical Red #F91E5A

Tints of Radical Red #F91E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.13%

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 67.48%
G = 8.13%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F91E5A (or 0xF91E5A) is known color: Radical Red. HEX triplet: F9, 1E and 5A. RGB value is (249,30,90). Sum of RGB (Red+Green+Blue) = 249+30+90=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91E5A is #06E1A5. Grayscale: #666666. Windows color (decimal): -450982 or 5906169. OLE color: 5906169.

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

Color convert

RGB 249 30 90 -
CMYK 0 0.88 0.64 0.02
HSL 343.56º 0.95% 0.55% -
HSV(B) 343.56º 0.88% 0.98% -
XYZ 41.38 21.81 11.7 -
YUV 102.32 121.05 232.62 -
System Red Green Blue C M Y K H S L
Decimal 249 30 90 0 0.88 0.64 0.02 343.56 0.95 0.55
Hex F9 1E 5A 0 58 40 2 158 5F 37
Octal 371 36 132 0 130 100 2 530 137 67
Binary 11111001 11110 1011010 0 1011000 1000000 10 101011000 1011111 110111

Color Harmonies of #F91E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91E5A

Black with #F91E5A

Text Example


Text Example

White with #F91E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91E5A; }

 p { color: rgb(249,30,90); }

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

background-color css

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

 a { background-color: rgb(249,30,90); }

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

border-color css

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

 span { border-color: rgb(249,30,90); }

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