Html Css Color HEX #F52567 Radical Red

📋 copy color: '#F52567'

red 245 ◦ green 37 ◦ blue 103

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

Shades of Radical Red #F52567

Tints of Radical Red #F52567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

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

R = 63.64%
G = 9.61%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F52567 (or 0xF52567) is known color: Radical Red. HEX triplet: F5, 25 and 67. RGB value is (245,37,103). Sum of RGB (Red+Green+Blue) = 245+37+103=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F52567 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52567 is #0ADA98. Grayscale: #6A6A6A. Windows color (decimal): -711321 or 6759925. OLE color: 6759925.

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

Color convert

RGB 245 37 103 -
CMYK 0 0.85 0.58 0.04
HSL 340.96º 0.91% 0.55% -
HSV(B) 340.96º 0.85% 0.96% -
XYZ 40.77 21.71 14.87 -
YUV 106.72 125.91 226.63 -
System Red Green Blue C M Y K H S L
Decimal 245 37 103 0 0.85 0.58 0.04 340.96 0.91 0.55
Hex F5 25 67 0 55 3A 4 155 5B 37
Octal 365 45 147 0 125 72 4 525 133 67
Binary 11110101 100101 1100111 0 1010101 111010 100 101010101 1011011 110111

Color Harmonies of #F52567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52567

Black with #F52567

Text Example


Text Example

White with #F52567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52567; }

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

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

background-color css

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

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

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

border-color css

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

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

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