Html Css Color HEX #F63374 Radical Red

📋 copy color: '#F63374'

red 246 ◦ green 51 ◦ blue 116

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

Shades of Radical Red #F63374

Tints of Radical Red #F63374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.35%

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

R = 59.56%
G = 12.35%
B = 28.09%

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

#F63374 (or 0xF63374) is known color: Radical Red. HEX triplet: F6, 33 and 74. RGB value is (246,51,116). Sum of RGB (Red+Green+Blue) = 246+51+116=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F63374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63374 is #09CC8B. Grayscale: #747474. Windows color (decimal): -642188 or 7615478. OLE color: 7615478.

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

Color convert

RGB 246 51 116 -
CMYK 0 0.79 0.53 0.04
HSL 340º 0.92% 0.58% -
HSV(B) 340º 0.79% 0.96% -
XYZ 42.34 23.22 18.77 -
YUV 116.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 246 51 116 0 0.79 0.53 0.04 340 0.92 0.58
Hex F6 33 74 0 4F 35 4 154 5C 3A
Octal 366 63 164 0 117 65 4 524 134 72
Binary 11110110 110011 1110100 0 1001111 110101 100 101010100 1011100 111010

Color Harmonies of #F63374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63374

Black with #F63374

Text Example


Text Example

White with #F63374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63374; }

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

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

background-color css

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

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

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

border-color css

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

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

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