Html Css Color HEX #F5215E Radical Red

📋 copy color: '#F5215E'

red 245 ◦ green 33 ◦ blue 94

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

Shades of Radical Red #F5215E

Tints of Radical Red #F5215E

RGB

 RED value IS 245 (96.09% from 255) = 65.86%

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

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

R = 65.86%
G = 8.87%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5215E (or 0xF5215E) is known color: Radical Red. HEX triplet: F5, 21 and 5E. RGB value is (245,33,94). Sum of RGB (Red+Green+Blue) = 245+33+94=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5215E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5215E is #0ADEA1. Grayscale: #676767. Windows color (decimal): -712354 or 6169077. OLE color: 6169077.

HSL color Cylindrical-coordinate representation of color #F5215E: hue angle of 342.74º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5215E is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 33 94 -
CMYK 0 0.87 0.62 0.04
HSL 342.74º 0.91% 0.55% -
HSV(B) 342.74º 0.87% 0.96% -
XYZ 40.22 21.31 12.58 -
YUV 103.34 122.74 229.04 -
System Red Green Blue C M Y K H S L
Decimal 245 33 94 0 0.87 0.62 0.04 342.74 0.91 0.55
Hex F5 21 5E 0 57 3E 4 157 5B 37
Octal 365 41 136 0 127 76 4 527 133 67
Binary 11110101 100001 1011110 0 1010111 111110 100 101010111 1011011 110111

Color Harmonies of #F5215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5215E

Black with #F5215E

Text Example


Text Example

White with #F5215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5215E; }

 p { color: rgb(245,33,94); }

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

background-color css

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

 a { background-color: rgb(245,33,94); }

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

border-color css

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

 span { border-color: rgb(245,33,94); }

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