Html Css Color HEX #F52862 Radical Red

📋 copy color: '#F52862'

red 245 ◦ green 40 ◦ blue 98

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

Shades of Radical Red #F52862

Tints of Radical Red #F52862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.44%

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 63.97%
G = 10.44%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F52862 (or 0xF52862) is known color: Radical Red. HEX triplet: F5, 28 and 62. RGB value is (245,40,98). Sum of RGB (Red+Green+Blue) = 245+40+98=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F52862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52862 is #0AD79D. Grayscale: #6B6B6B. Windows color (decimal): -710558 or 6433013. OLE color: 6433013.

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

Color convert

RGB 245 40 98 -
CMYK 0 0.84 0.6 0.04
HSL 343.02º 0.91% 0.56% -
HSV(B) 343.02º 0.84% 0.96% -
XYZ 40.62 21.81 13.62 -
YUV 107.91 122.42 225.78 -
System Red Green Blue C M Y K H S L
Decimal 245 40 98 0 0.84 0.6 0.04 343.02 0.91 0.56
Hex F5 28 62 0 54 3C 4 157 5B 38
Octal 365 50 142 0 124 74 4 527 133 70
Binary 11110101 101000 1100010 0 1010100 111100 100 101010111 1011011 111000

Color Harmonies of #F52862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52862

Black with #F52862

Text Example


Text Example

White with #F52862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52862; }

 p { color: rgb(245,40,98); }

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

background-color css

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

 a { background-color: rgb(245,40,98); }

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

border-color css

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

 span { border-color: rgb(245,40,98); }

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