Html Css Color HEX #F63365 Radical Red

📋 copy color: '#F63365'

red 246 ◦ green 51 ◦ blue 101

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

Shades of Radical Red #F63365

Tints of Radical Red #F63365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

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

R = 61.81%
G = 12.81%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F63365 (or 0xF63365) is known color: Radical Red. HEX triplet: F6, 33 and 65. RGB value is (246,51,101). Sum of RGB (Red+Green+Blue) = 246+51+101=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F63365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63365 is #09CC9A. Grayscale: #737373. Windows color (decimal): -642203 or 6632438. OLE color: 6632438.

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

Color convert

RGB 246 51 101 -
CMYK 0 0.79 0.59 0.04
HSL 344.62º 0.92% 0.58% -
HSV(B) 344.62º 0.79% 0.96% -
XYZ 41.54 22.9 14.54 -
YUV 115.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 246 51 101 0 0.79 0.59 0.04 344.62 0.92 0.58
Hex F6 33 65 0 4F 3B 4 159 5C 3A
Octal 366 63 145 0 117 73 4 531 134 72
Binary 11110110 110011 1100101 0 1001111 111011 100 101011001 1011100 111010

Color Harmonies of #F63365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63365

Black with #F63365

Text Example


Text Example

White with #F63365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63365; }

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

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

background-color css

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

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

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

border-color css

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

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

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