Html Css Color HEX #F62D55 Radical Red

📋 copy color: '#F62D55'

red 246 ◦ green 45 ◦ blue 85

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

Shades of Radical Red #F62D55

Tints of Radical Red #F62D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 65.43%
G = 11.97%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F62D55 (or 0xF62D55) is known color: Radical Red. HEX triplet: F6, 2D and 55. RGB value is (246,45,85). Sum of RGB (Red+Green+Blue) = 246+45+85=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62D55 is #09D2AA. Grayscale: #6D6D6D. Windows color (decimal): -643755 or 5582326. OLE color: 5582326.

HSL color Cylindrical-coordinate representation of color #F62D55: hue angle of 348.06º 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 #F62D55 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 45 85 -
CMYK 0 0.82 0.65 0.04
HSL 348.06º 0.92% 0.57% -
HSV(B) 348.06º 0.82% 0.96% -
XYZ 40.58 22.13 10.73 -
YUV 109.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 246 45 85 0 0.82 0.65 0.04 348.06 0.92 0.57
Hex F6 2D 55 0 52 41 4 15C 5C 39
Octal 366 55 125 0 122 101 4 534 134 71
Binary 11110110 101101 1010101 0 1010010 1000001 100 101011100 1011100 111001

Color Harmonies of #F62D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62D55

Black with #F62D55

Text Example


Text Example

White with #F62D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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