Html Css Color HEX #F63965 Radical Red

📋 copy color: '#F63965'

red 246 ◦ green 57 ◦ blue 101

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

Shades of Radical Red #F63965

Tints of Radical Red #F63965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.11%

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

R = 60.89%
G = 14.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F63965 (or 0xF63965) is known color: Radical Red. HEX triplet: F6, 39 and 65. RGB value is (246,57,101). Sum of RGB (Red+Green+Blue) = 246+57+101=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F63965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63965 is #09C69A. Grayscale: #767676. Windows color (decimal): -640667 or 6633974. OLE color: 6633974.

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

Color convert

RGB 246 57 101 -
CMYK 0 0.77 0.59 0.04
HSL 346.03º 0.91% 0.59% -
HSV(B) 346.03º 0.77% 0.96% -
XYZ 41.82 23.46 14.64 -
YUV 118.53 118.12 218.92 -
System Red Green Blue C M Y K H S L
Decimal 246 57 101 0 0.77 0.59 0.04 346.03 0.91 0.59
Hex F6 39 65 0 4D 3B 4 15A 5B 3B
Octal 366 71 145 0 115 73 4 532 133 73
Binary 11110110 111001 1100101 0 1001101 111011 100 101011010 1011011 111011

Color Harmonies of #F63965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63965

Black with #F63965

Text Example


Text Example

White with #F63965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63965; }

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

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

background-color css

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

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

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

border-color css

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

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

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