Html Css Color HEX #F63275 Radical Red

📋 copy color: '#F63275'

red 246 ◦ green 50 ◦ blue 117

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

Shades of Radical Red #F63275

Tints of Radical Red #F63275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 59.56%
G = 12.11%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F63275 (or 0xF63275) is known color: Radical Red. HEX triplet: F6, 32 and 75. RGB value is (246,50,117). Sum of RGB (Red+Green+Blue) = 246+50+117=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F63275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63275 is #09CD8A. Grayscale: #747474. Windows color (decimal): -642443 or 7680758. OLE color: 7680758.

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

Color convert

RGB 246 50 117 -
CMYK 0 0.80 0.52 0.04
HSL 339.49º 0.92% 0.58% -
HSV(B) 339.49º 0.8% 0.96% -
XYZ 42.36 23.16 19.07 -
YUV 116.24 128.43 220.55 -
System Red Green Blue C M Y K H S L
Decimal 246 50 117 0 0.80 0.52 0.04 339.49 0.92 0.58
Hex F6 32 75 0 50 34 4 153 5C 3A
Octal 366 62 165 0 120 64 4 523 134 72
Binary 11110110 110010 1110101 0 1010000 110100 100 101010011 1011100 111010

Color Harmonies of #F63275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63275

Black with #F63275

Text Example


Text Example

White with #F63275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63275; }

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

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

background-color css

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

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

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

border-color css

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

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

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