Html Css Color HEX #F53867 Radical Red

📋 copy color: '#F53867'

red 245 ◦ green 56 ◦ blue 103

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

Shades of Radical Red #F53867

Tints of Radical Red #F53867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.86%

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

R = 60.64%
G = 13.86%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F53867 (or 0xF53867) is known color: Radical Red. HEX triplet: F5, 38 and 67. RGB value is (245,56,103). Sum of RGB (Red+Green+Blue) = 245+56+103=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F53867 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53867 is #0AC798. Grayscale: #757575. Windows color (decimal): -706457 or 6764789. OLE color: 6764789.

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

Color convert

RGB 245 56 103 -
CMYK 0 0.77 0.58 0.04
HSL 345.08º 0.9% 0.59% -
HSV(B) 345.08º 0.77% 0.96% -
XYZ 41.52 23.22 15.13 -
YUV 117.87 119.62 218.68 -
System Red Green Blue C M Y K H S L
Decimal 245 56 103 0 0.77 0.58 0.04 345.08 0.9 0.59
Hex F5 38 67 0 4D 3A 4 159 5A 3B
Octal 365 70 147 0 115 72 4 531 132 73
Binary 11110101 111000 1100111 0 1001101 111010 100 101011001 1011010 111011

Color Harmonies of #F53867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53867

Black with #F53867

Text Example


Text Example

White with #F53867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53867; }

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

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

background-color css

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

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

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

border-color css

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

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

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