Html Css Color HEX #F63575 Radical Red

📋 copy color: '#F63575'

red 246 ◦ green 53 ◦ blue 117

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

Shades of Radical Red #F63575

Tints of Radical Red #F63575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.74%

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

R = 59.13%
G = 12.74%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F63575 (or 0xF63575) is known color: Radical Red. HEX triplet: F6, 35 and 75. RGB value is (246,53,117). Sum of RGB (Red+Green+Blue) = 246+53+117=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F63575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63575 is #09CA8A. Grayscale: #757575. Windows color (decimal): -641675 or 7681526. OLE color: 7681526.

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

Color convert

RGB 246 53 117 -
CMYK 0 0.78 0.52 0.04
HSL 340.1º 0.91% 0.59% -
HSV(B) 340.1º 0.78% 0.96% -
XYZ 42.49 23.42 19.11 -
YUV 118 127.44 219.3 -
System Red Green Blue C M Y K H S L
Decimal 246 53 117 0 0.78 0.52 0.04 340.1 0.91 0.59
Hex F6 35 75 0 4E 34 4 154 5B 3B
Octal 366 65 165 0 116 64 4 524 133 73
Binary 11110110 110101 1110101 0 1001110 110100 100 101010100 1011011 111011

Color Harmonies of #F63575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63575

Black with #F63575

Text Example


Text Example

White with #F63575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63575; }

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

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

background-color css

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

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

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

border-color css

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

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

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