Html Css Color HEX #F54967 Radical Red

📋 copy color: '#F54967'

red 245 ◦ green 73 ◦ blue 103

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

Shades of Radical Red #F54967

Tints of Radical Red #F54967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.34%

 BLUE value IS 103 (40.63% from 255) = 24.47%

R = 58.19%
G = 17.34%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F54967 (or 0xF54967) is known color: Radical Red. HEX triplet: F5, 49 and 67. RGB value is (245,73,103). Sum of RGB (Red+Green+Blue) = 245+73+103=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F54967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54967 is #0AB698. Grayscale: #7F7F7F. Windows color (decimal): -702105 or 6769141. OLE color: 6769141.

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

Color convert

RGB 245 73 103 -
CMYK 0 0.70 0.58 0.04
HSL 349.53º 0.9% 0.62% -
HSV(B) 349.53º 0.7% 0.96% -
XYZ 42.49 25.16 15.45 -
YUV 127.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 245 73 103 0 0.70 0.58 0.04 349.53 0.9 0.62
Hex F5 49 67 0 46 3A 4 15E 5A 3E
Octal 365 111 147 0 106 72 4 536 132 76
Binary 11110101 1001001 1100111 0 1000110 111010 100 101011110 1011010 111110

Color Harmonies of #F54967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54967

Black with #F54967

Text Example


Text Example

White with #F54967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54967; }

 p { color: rgb(245,73,103); }

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

background-color css

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

 a { background-color: rgb(245,73,103); }

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

border-color css

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

 span { border-color: rgb(245,73,103); }

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