Html Css Color HEX #F52469 Radical Red

📋 copy color: '#F52469'

red 245 ◦ green 36 ◦ blue 105

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

Shades of Radical Red #F52469

Tints of Radical Red #F52469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.33%

 BLUE value IS 105 (41.41% from 255) = 27.2%

R = 63.47%
G = 9.33%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F52469 (or 0xF52469) is known color: Radical Red. HEX triplet: F5, 24 and 69. RGB value is (245,36,105). Sum of RGB (Red+Green+Blue) = 245+36+105=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F52469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52469 is #0ADB96. Grayscale: #6A6A6A. Windows color (decimal): -711575 or 6890741. OLE color: 6890741.

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

Color convert

RGB 245 36 105 -
CMYK 0 0.85 0.57 0.04
HSL 340.19º 0.91% 0.55% -
HSV(B) 340.19º 0.85% 0.96% -
XYZ 40.84 21.69 15.4 -
YUV 106.36 127.24 226.89 -
System Red Green Blue C M Y K H S L
Decimal 245 36 105 0 0.85 0.57 0.04 340.19 0.91 0.55
Hex F5 24 69 0 55 39 4 154 5B 37
Octal 365 44 151 0 125 71 4 524 133 67
Binary 11110101 100100 1101001 0 1010101 111001 100 101010100 1011011 110111

Color Harmonies of #F52469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52469

Black with #F52469

Text Example


Text Example

White with #F52469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52469; }

 p { color: rgb(245,36,105); }

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

background-color css

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

 a { background-color: rgb(245,36,105); }

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

border-color css

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

 span { border-color: rgb(245,36,105); }

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