Html Css Color HEX #F63552 Radical Red

📋 copy color: '#F63552'

red 246 ◦ green 53 ◦ blue 82

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

Shades of Radical Red #F63552

Tints of Radical Red #F63552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.91%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 64.57%
G = 13.91%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F63552 (or 0xF63552) is known color: Radical Red. HEX triplet: F6, 35 and 52. RGB value is (246,53,82). Sum of RGB (Red+Green+Blue) = 246+53+82=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F63552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63552 is #09CAAD. Grayscale: #727272. Windows color (decimal): -641710 or 5387766. OLE color: 5387766.

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

Color convert

RGB 246 53 82 -
CMYK 0 0.78 0.67 0.04
HSL 350.98º 0.91% 0.59% -
HSV(B) 350.98º 0.78% 0.96% -
XYZ 40.8 22.75 10.22 -
YUV 114.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 246 53 82 0 0.78 0.67 0.04 350.98 0.91 0.59
Hex F6 35 52 0 4E 43 4 15F 5B 3B
Octal 366 65 122 0 116 103 4 537 133 73
Binary 11110110 110101 1010010 0 1001110 1000011 100 101011111 1011011 111011

Color Harmonies of #F63552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63552

Black with #F63552

Text Example


Text Example

White with #F63552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63552; }

 p { color: rgb(246,53,82); }

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

background-color css

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

 a { background-color: rgb(246,53,82); }

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

border-color css

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

 span { border-color: rgb(246,53,82); }

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