Html Css Color HEX #F62560 Radical Red

📋 copy color: '#F62560'

red 246 ◦ green 37 ◦ blue 96

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

Shades of Radical Red #F62560

Tints of Radical Red #F62560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.76%

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 64.91%
G = 9.76%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F62560 (or 0xF62560) is known color: Radical Red. HEX triplet: F6, 25 and 60. RGB value is (246,37,96). Sum of RGB (Red+Green+Blue) = 246+37+96=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F62560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62560 is #09DA9F. Grayscale: #6A6A6A. Windows color (decimal): -645792 or 6301174. OLE color: 6301174.

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

Color convert

RGB 246 37 96 -
CMYK 0 0.85 0.61 0.04
HSL 343.06º 0.92% 0.55% -
HSV(B) 343.06º 0.85% 0.96% -
XYZ 40.78 21.76 13.12 -
YUV 106.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 246 37 96 0 0.85 0.61 0.04 343.06 0.92 0.55
Hex F6 25 60 0 55 3D 4 157 5C 37
Octal 366 45 140 0 125 75 4 527 134 67
Binary 11110110 100101 1100000 0 1010101 111101 100 101010111 1011100 110111

Color Harmonies of #F62560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62560

Black with #F62560

Text Example


Text Example

White with #F62560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62560; }

 p { color: rgb(246,37,96); }

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

background-color css

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

 a { background-color: rgb(246,37,96); }

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

border-color css

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

 span { border-color: rgb(246,37,96); }

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