Html Css Color HEX #F62764 Radical Red

📋 copy color: '#F62764'

red 246 ◦ green 39 ◦ blue 100

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

Shades of Radical Red #F62764

Tints of Radical Red #F62764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.13%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 63.9%
G = 10.13%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F62764 (or 0xF62764) is known color: Radical Red. HEX triplet: F6, 27 and 64. RGB value is (246,39,100). Sum of RGB (Red+Green+Blue) = 246+39+100=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F62764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62764 is #09D89B. Grayscale: #6B6B6B. Windows color (decimal): -645276 or 6563830. OLE color: 6563830.

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

Color convert

RGB 246 39 100 -
CMYK 0 0.84 0.59 0.04
HSL 342.32º 0.92% 0.56% -
HSV(B) 342.32º 0.84% 0.96% -
XYZ 41.03 21.96 14.13 -
YUV 107.85 123.58 226.54 -
System Red Green Blue C M Y K H S L
Decimal 246 39 100 0 0.84 0.59 0.04 342.32 0.92 0.56
Hex F6 27 64 0 54 3B 4 156 5C 38
Octal 366 47 144 0 124 73 4 526 134 70
Binary 11110110 100111 1100100 0 1010100 111011 100 101010110 1011100 111000

Color Harmonies of #F62764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62764

Black with #F62764

Text Example


Text Example

White with #F62764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62764; }

 p { color: rgb(246,39,100); }

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

background-color css

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

 a { background-color: rgb(246,39,100); }

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

border-color css

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

 span { border-color: rgb(246,39,100); }

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