Html Css Color HEX #F53269 Radical Red

📋 copy color: '#F53269'

red 245 ◦ green 50 ◦ blue 105

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

Shades of Radical Red #F53269

Tints of Radical Red #F53269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.5%

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

R = 61.25%
G = 12.5%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F53269 (or 0xF53269) is known color: Radical Red. HEX triplet: F5, 32 and 69. RGB value is (245,50,105). Sum of RGB (Red+Green+Blue) = 245+50+105=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F53269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53269 is #0ACD96. Grayscale: #727272. Windows color (decimal): -707991 or 6894325. OLE color: 6894325.

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

Color convert

RGB 245 50 105 -
CMYK 0 0.80 0.57 0.04
HSL 343.08º 0.91% 0.58% -
HSV(B) 343.08º 0.8% 0.96% -
XYZ 41.35 22.71 15.57 -
YUV 114.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 245 50 105 0 0.80 0.57 0.04 343.08 0.91 0.58
Hex F5 32 69 0 50 39 4 157 5B 3A
Octal 365 62 151 0 120 71 4 527 133 72
Binary 11110101 110010 1101001 0 1010000 111001 100 101010111 1011011 111010

Color Harmonies of #F53269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53269

Black with #F53269

Text Example


Text Example

White with #F53269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53269; }

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

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

background-color css

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

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

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

border-color css

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

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

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