Html Css Color HEX #F5455C Radical Red

📋 copy color: '#F5455C'

red 245 ◦ green 69 ◦ blue 92

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

Shades of Radical Red #F5455C

Tints of Radical Red #F5455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17%

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 60.34%
G = 17%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5455C (or 0xF5455C) is known color: Radical Red. HEX triplet: F5, 45 and 5C. RGB value is (245,69,92). Sum of RGB (Red+Green+Blue) = 245+69+92=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5455C is #0ABAA3. Grayscale: #7C7C7C. Windows color (decimal): -703140 or 6047221. OLE color: 6047221.

HSL color Cylindrical-coordinate representation of color #F5455C: hue angle of 352.16º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5455C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 69 92 -
CMYK 0 0.72 0.62 0.04
HSL 352.16º 0.9% 0.62% -
HSV(B) 352.16º 0.72% 0.96% -
XYZ 41.72 24.44 12.64 -
YUV 124.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 245 69 92 0 0.72 0.62 0.04 352.16 0.9 0.62
Hex F5 45 5C 0 48 3E 4 160 5A 3E
Octal 365 105 134 0 110 76 4 540 132 76
Binary 11110101 1000101 1011100 0 1001000 111110 100 101100000 1011010 111110

Color Harmonies of #F5455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5455C

Black with #F5455C

Text Example


Text Example

White with #F5455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5455C; }

 p { color: rgb(245,69,92); }

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

background-color css

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

 a { background-color: rgb(245,69,92); }

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

border-color css

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

 span { border-color: rgb(245,69,92); }

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