Html Css Color HEX #F63864 Radical Red

📋 copy color: '#F63864'

red 246 ◦ green 56 ◦ blue 100

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

Shades of Radical Red #F63864

Tints of Radical Red #F63864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.93%

 BLUE value IS 100 (39.45% from 255) = 24.88%

R = 61.19%
G = 13.93%
B = 24.88%

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

#F63864 (or 0xF63864) is known color: Radical Red. HEX triplet: F6, 38 and 64. RGB value is (246,56,100). Sum of RGB (Red+Green+Blue) = 246+56+100=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F63864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63864 is #09C79B. Grayscale: #757575. Windows color (decimal): -640924 or 6568182. OLE color: 6568182.

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

Color convert

RGB 246 56 100 -
CMYK 0 0.77 0.59 0.04
HSL 346.11º 0.91% 0.59% -
HSV(B) 346.11º 0.77% 0.96% -
XYZ 41.72 23.34 14.36 -
YUV 117.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 246 56 100 0 0.77 0.59 0.04 346.11 0.91 0.59
Hex F6 38 64 0 4D 3B 4 15A 5B 3B
Octal 366 70 144 0 115 73 4 532 133 73
Binary 11110110 111000 1100100 0 1001101 111011 100 101011010 1011011 111011

Color Harmonies of #F63864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63864

Black with #F63864

Text Example


Text Example

White with #F63864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63864; }

 p { color: rgb(246,56,100); }

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

background-color css

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

 a { background-color: rgb(246,56,100); }

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

border-color css

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

 span { border-color: rgb(246,56,100); }

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