Html Css Color HEX #F63265 Radical Red

📋 copy color: '#F63265'

red 246 ◦ green 50 ◦ blue 101

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

Shades of Radical Red #F63265

Tints of Radical Red #F63265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.59%

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

R = 61.96%
G = 12.59%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F63265 (or 0xF63265) is known color: Radical Red. HEX triplet: F6, 32 and 65. RGB value is (246,50,101). Sum of RGB (Red+Green+Blue) = 246+50+101=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F63265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63265 is #09CD9A. Grayscale: #727272. Windows color (decimal): -642459 or 6632182. OLE color: 6632182.

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

Color convert

RGB 246 50 101 -
CMYK 0 0.80 0.59 0.04
HSL 344.39º 0.92% 0.58% -
HSV(B) 344.39º 0.8% 0.96% -
XYZ 41.5 22.81 14.53 -
YUV 114.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 246 50 101 0 0.80 0.59 0.04 344.39 0.92 0.58
Hex F6 32 65 0 50 3B 4 158 5C 3A
Octal 366 62 145 0 120 73 4 530 134 72
Binary 11110110 110010 1100101 0 1010000 111011 100 101011000 1011100 111010

Color Harmonies of #F63265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63265

Black with #F63265

Text Example


Text Example

White with #F63265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63265; }

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

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

background-color css

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

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

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

border-color css

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

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

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