Html Css Color HEX #F62D62 Radical Red

📋 copy color: '#F62D62'

red 246 ◦ green 45 ◦ blue 98

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

Shades of Radical Red #F62D62

Tints of Radical Red #F62D62

RGB

 RED value IS 246 (96.48% from 255) = 63.24%

 GREEN value IS 45 (17.97% from 255) = 11.57%

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

R = 63.24%
G = 11.57%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F62D62 (or 0xF62D62) is known color: Radical Red. HEX triplet: F6, 2D and 62. RGB value is (246,45,98). Sum of RGB (Red+Green+Blue) = 246+45+98=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62D62 is #09D29D. Grayscale: #6F6F6F. Windows color (decimal): -643742 or 6434294. OLE color: 6434294.

HSL color Cylindrical-coordinate representation of color #F62D62: hue angle of 344.18º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62D62 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 45 98 -
CMYK 0 0.82 0.60 0.04
HSL 344.18º 0.92% 0.57% -
HSV(B) 344.18º 0.82% 0.96% -
XYZ 41.15 22.35 13.7 -
YUV 111.14 120.59 224.19 -
System Red Green Blue C M Y K H S L
Decimal 246 45 98 0 0.82 0.60 0.04 344.18 0.92 0.57
Hex F6 2D 62 0 52 3C 4 158 5C 39
Octal 366 55 142 0 122 74 4 530 134 71
Binary 11110110 101101 1100010 0 1010010 111100 100 101011000 1011100 111001

Color Harmonies of #F62D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62D62

Black with #F62D62

Text Example


Text Example

White with #F62D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62D62; }

 p { color: rgb(246,45,98); }

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

background-color css

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

 a { background-color: rgb(246,45,98); }

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

border-color css

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

 span { border-color: rgb(246,45,98); }

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