Html Css Color HEX #F63452 Radical Red

📋 copy color: '#F63452'

red 246 ◦ green 52 ◦ blue 82

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

Shades of Radical Red #F63452

Tints of Radical Red #F63452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

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

R = 64.74%
G = 13.68%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F63452 (or 0xF63452) is known color: Radical Red. HEX triplet: F6, 34 and 52. RGB value is (246,52,82). Sum of RGB (Red+Green+Blue) = 246+52+82=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F63452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63452 is #09CBAD. Grayscale: #717171. Windows color (decimal): -641966 or 5387510. OLE color: 5387510.

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

Color convert

RGB 246 52 82 -
CMYK 0 0.79 0.67 0.04
HSL 350.72º 0.92% 0.58% -
HSV(B) 350.72º 0.79% 0.96% -
XYZ 40.76 22.66 10.21 -
YUV 113.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 246 52 82 0 0.79 0.67 0.04 350.72 0.92 0.58
Hex F6 34 52 0 4F 43 4 15F 5C 3A
Octal 366 64 122 0 117 103 4 537 134 72
Binary 11110110 110100 1010010 0 1001111 1000011 100 101011111 1011100 111010

Color Harmonies of #F63452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63452

Black with #F63452

Text Example


Text Example

White with #F63452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63452; }

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

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

background-color css

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

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

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

border-color css

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

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

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