Html Css Color HEX #F52369 Radical Red

📋 copy color: '#F52369'

red 245 ◦ green 35 ◦ blue 105

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

Shades of Radical Red #F52369

Tints of Radical Red #F52369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

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

R = 63.64%
G = 9.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F52369 (or 0xF52369) is known color: Radical Red. HEX triplet: F5, 23 and 69. RGB value is (245,35,105). Sum of RGB (Red+Green+Blue) = 245+35+105=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F52369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52369 is #0ADC96. Grayscale: #696969. Windows color (decimal): -711831 or 6890485. OLE color: 6890485.

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

Color convert

RGB 245 35 105 -
CMYK 0 0.86 0.57 0.04
HSL 340º 0.91% 0.55% -
HSV(B) 340º 0.86% 0.96% -
XYZ 40.81 21.63 15.39 -
YUV 105.77 127.57 227.31 -
System Red Green Blue C M Y K H S L
Decimal 245 35 105 0 0.86 0.57 0.04 340 0.91 0.55
Hex F5 23 69 0 56 39 4 154 5B 37
Octal 365 43 151 0 126 71 4 524 133 67
Binary 11110101 100011 1101001 0 1010110 111001 100 101010100 1011011 110111

Color Harmonies of #F52369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52369

Black with #F52369

Text Example


Text Example

White with #F52369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52369; }

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

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

background-color css

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

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

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

border-color css

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

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

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