Html Css Color HEX #F63474 Radical Red

📋 copy color: '#F63474'

red 246 ◦ green 52 ◦ blue 116

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

Shades of Radical Red #F63474

Tints of Radical Red #F63474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.56%

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 59.42%
G = 12.56%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F63474 (or 0xF63474) is known color: Radical Red. HEX triplet: F6, 34 and 74. RGB value is (246,52,116). Sum of RGB (Red+Green+Blue) = 246+52+116=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F63474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63474 is #09CB8B. Grayscale: #757575. Windows color (decimal): -641932 or 7615734. OLE color: 7615734.

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

Color convert

RGB 246 52 116 -
CMYK 0 0.79 0.53 0.04
HSL 340.21º 0.92% 0.58% -
HSV(B) 340.21º 0.79% 0.96% -
XYZ 42.39 23.31 18.79 -
YUV 117.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 246 52 116 0 0.79 0.53 0.04 340.21 0.92 0.58
Hex F6 34 74 0 4F 35 4 154 5C 3A
Octal 366 64 164 0 117 65 4 524 134 72
Binary 11110110 110100 1110100 0 1001111 110101 100 101010100 1011100 111010

Color Harmonies of #F63474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63474

Black with #F63474

Text Example


Text Example

White with #F63474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63474; }

 p { color: rgb(246,52,116); }

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

background-color css

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

 a { background-color: rgb(246,52,116); }

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

border-color css

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

 span { border-color: rgb(246,52,116); }

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