Html Css Color HEX #F53669 Radical Red

📋 copy color: '#F53669'

red 245 ◦ green 54 ◦ blue 105

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

Shades of Radical Red #F53669

Tints of Radical Red #F53669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.37%

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

R = 60.64%
G = 13.37%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F53669 (or 0xF53669) is known color: Radical Red. HEX triplet: F5, 36 and 69. RGB value is (245,54,105). Sum of RGB (Red+Green+Blue) = 245+54+105=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F53669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53669 is #0AC996. Grayscale: #747474. Windows color (decimal): -706967 or 6895349. OLE color: 6895349.

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

Color convert

RGB 245 54 105 -
CMYK 0 0.78 0.57 0.04
HSL 343.98º 0.91% 0.59% -
HSV(B) 343.98º 0.78% 0.96% -
XYZ 41.53 23.07 15.63 -
YUV 116.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 245 54 105 0 0.78 0.57 0.04 343.98 0.91 0.59
Hex F5 36 69 0 4E 39 4 158 5B 3B
Octal 365 66 151 0 116 71 4 530 133 73
Binary 11110101 110110 1101001 0 1001110 111001 100 101011000 1011011 111011

Color Harmonies of #F53669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53669

Black with #F53669

Text Example


Text Example

White with #F53669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53669; }

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

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

background-color css

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

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

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

border-color css

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

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

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