Html Css Color HEX #F63565 Radical Red

📋 copy color: '#F63565'

red 246 ◦ green 53 ◦ blue 101

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

Shades of Radical Red #F63565

Tints of Radical Red #F63565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 61.5%
G = 13.25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F63565 (or 0xF63565) is known color: Radical Red. HEX triplet: F6, 35 and 65. RGB value is (246,53,101). Sum of RGB (Red+Green+Blue) = 246+53+101=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F63565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63565 is #09CA9A. Grayscale: #747474. Windows color (decimal): -641691 or 6632950. OLE color: 6632950.

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

Color convert

RGB 246 53 101 -
CMYK 0 0.78 0.59 0.04
HSL 345.08º 0.91% 0.59% -
HSV(B) 345.08º 0.78% 0.96% -
XYZ 41.63 23.08 14.57 -
YUV 116.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 246 53 101 0 0.78 0.59 0.04 345.08 0.91 0.59
Hex F6 35 65 0 4E 3B 4 159 5B 3B
Octal 366 65 145 0 116 73 4 531 133 73
Binary 11110110 110101 1100101 0 1001110 111011 100 101011001 1011011 111011

Color Harmonies of #F63565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63565

Black with #F63565

Text Example


Text Example

White with #F63565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63565; }

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

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

background-color css

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

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

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

border-color css

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

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

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