Html Css Color HEX #F52569 Radical Red

📋 copy color: '#F52569'

red 245 ◦ green 37 ◦ blue 105

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

Shades of Radical Red #F52569

Tints of Radical Red #F52569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

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

R = 63.31%
G = 9.56%
B = 27.13%

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

#F52569 (or 0xF52569) is known color: Radical Red. HEX triplet: F5, 25 and 69. RGB value is (245,37,105). Sum of RGB (Red+Green+Blue) = 245+37+105=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F52569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52569 is #0ADA96. Grayscale: #6A6A6A. Windows color (decimal): -711319 or 6890997. OLE color: 6890997.

HSL color Cylindrical-coordinate representation of color #F52569: hue angle of 340.38º 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 #F52569 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 37 105 -
CMYK 0 0.85 0.57 0.04
HSL 340.38º 0.91% 0.55% -
HSV(B) 340.38º 0.85% 0.96% -
XYZ 40.87 21.76 15.41 -
YUV 106.94 126.91 226.47 -
System Red Green Blue C M Y K H S L
Decimal 245 37 105 0 0.85 0.57 0.04 340.38 0.91 0.55
Hex F5 25 69 0 55 39 4 154 5B 37
Octal 365 45 151 0 125 71 4 524 133 67
Binary 11110101 100101 1101001 0 1010101 111001 100 101010100 1011011 110111

Color Harmonies of #F52569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52569

Black with #F52569

Text Example


Text Example

White with #F52569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52569; }

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

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

background-color css

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

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

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

border-color css

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

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

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