Html Css Color HEX #F62874 Radical Red

📋 copy color: '#F62874'

red 246 ◦ green 40 ◦ blue 116

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

Shades of Radical Red #F62874

Tints of Radical Red #F62874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.95%

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

R = 61.19%
G = 9.95%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F62874 (or 0xF62874) is known color: Radical Red. HEX triplet: F6, 28 and 74. RGB value is (246,40,116). Sum of RGB (Red+Green+Blue) = 246+40+116=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F62874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62874 is #09D78B. Grayscale: #6E6E6E. Windows color (decimal): -645004 or 7612662. OLE color: 7612662.

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

Color convert

RGB 246 40 116 -
CMYK 0 0.84 0.53 0.04
HSL 337.86º 0.92% 0.56% -
HSV(B) 337.86º 0.84% 0.96% -
XYZ 41.92 22.37 18.63 -
YUV 110.26 131.25 224.82 -
System Red Green Blue C M Y K H S L
Decimal 246 40 116 0 0.84 0.53 0.04 337.86 0.92 0.56
Hex F6 28 74 0 54 35 4 152 5C 38
Octal 366 50 164 0 124 65 4 522 134 70
Binary 11110110 101000 1110100 0 1010100 110101 100 101010010 1011100 111000

Color Harmonies of #F62874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62874

Black with #F62874

Text Example


Text Example

White with #F62874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62874; }

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

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

background-color css

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

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

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

border-color css

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

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

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