Html Css Color HEX #F5226D Radical Red

📋 copy color: '#F5226D'

red 245 ◦ green 34 ◦ blue 109

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

Shades of Radical Red #F5226D

Tints of Radical Red #F5226D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.76%

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 63.14%
G = 8.76%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5226D (or 0xF5226D) is known color: Radical Red. HEX triplet: F5, 22 and 6D. RGB value is (245,34,109). Sum of RGB (Red+Green+Blue) = 245+34+109=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5226D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5226D is #0ADD92. Grayscale: #696969. Windows color (decimal): -712083 or 7152373. OLE color: 7152373.

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

Color convert

RGB 245 34 109 -
CMYK 0 0.86 0.56 0.04
HSL 338.67º 0.91% 0.55% -
HSV(B) 338.67º 0.86% 0.96% -
XYZ 40.99 21.66 16.49 -
YUV 105.64 129.9 227.4 -
System Red Green Blue C M Y K H S L
Decimal 245 34 109 0 0.86 0.56 0.04 338.67 0.91 0.55
Hex F5 22 6D 0 56 38 4 153 5B 37
Octal 365 42 155 0 126 70 4 523 133 67
Binary 11110101 100010 1101101 0 1010110 111000 100 101010011 1011011 110111

Color Harmonies of #F5226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5226D

Black with #F5226D

Text Example


Text Example

White with #F5226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5226D; }

 p { color: rgb(245,34,109); }

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

background-color css

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

 a { background-color: rgb(245,34,109); }

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

border-color css

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

 span { border-color: rgb(245,34,109); }

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