Html Css Color HEX #F63175 Radical Red

📋 copy color: '#F63175'

red 246 ◦ green 49 ◦ blue 117

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

Shades of Radical Red #F63175

Tints of Radical Red #F63175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

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

R = 59.71%
G = 11.89%
B = 28.4%

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

#F63175 (or 0xF63175) is known color: Radical Red. HEX triplet: F6, 31 and 75. RGB value is (246,49,117). Sum of RGB (Red+Green+Blue) = 246+49+117=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F63175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63175 is #09CE8A. Grayscale: #737373. Windows color (decimal): -642699 or 7680502. OLE color: 7680502.

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

Color convert

RGB 246 49 117 -
CMYK 0 0.80 0.52 0.04
HSL 339.29º 0.92% 0.58% -
HSV(B) 339.29º 0.8% 0.96% -
XYZ 42.32 23.07 19.05 -
YUV 115.66 128.77 220.97 -
System Red Green Blue C M Y K H S L
Decimal 246 49 117 0 0.80 0.52 0.04 339.29 0.92 0.58
Hex F6 31 75 0 50 34 4 153 5C 3A
Octal 366 61 165 0 120 64 4 523 134 72
Binary 11110110 110001 1110101 0 1010000 110100 100 101010011 1011100 111010

Color Harmonies of #F63175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63175

Black with #F63175

Text Example


Text Example

White with #F63175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63175; }

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

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

background-color css

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

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

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

border-color css

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

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

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