Html Css Color HEX #F9215B Radical Red

📋 copy color: '#F9215B'

red 249 ◦ green 33 ◦ blue 91

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

Shades of Radical Red #F9215B

Tints of Radical Red #F9215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.85%

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 66.76%
G = 8.85%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9215B (or 0xF9215B) is known color: Radical Red. HEX triplet: F9, 21 and 5B. RGB value is (249,33,91). Sum of RGB (Red+Green+Blue) = 249+33+91=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F9215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9215B is #06DEA4. Grayscale: #686868. Windows color (decimal): -450213 or 5972473. OLE color: 5972473.

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

Color convert

RGB 249 33 91 -
CMYK 0 0.87 0.63 0.02
HSL 343.89º 0.95% 0.55% -
HSV(B) 343.89º 0.87% 0.98% -
XYZ 41.5 21.98 11.95 -
YUV 104.2 120.56 231.28 -
System Red Green Blue C M Y K H S L
Decimal 249 33 91 0 0.87 0.63 0.02 343.89 0.95 0.55
Hex F9 21 5B 0 57 3F 2 158 5F 37
Octal 371 41 133 0 127 77 2 530 137 67
Binary 11111001 100001 1011011 0 1010111 111111 10 101011000 1011111 110111

Color Harmonies of #F9215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9215B

Black with #F9215B

Text Example


Text Example

White with #F9215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9215B; }

 p { color: rgb(249,33,91); }

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

background-color css

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

 a { background-color: rgb(249,33,91); }

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

border-color css

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

 span { border-color: rgb(249,33,91); }

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