Html Css Color HEX #F61F62 Radical Red

📋 copy color: '#F61F62'

red 246 ◦ green 31 ◦ blue 98

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

Shades of Radical Red #F61F62

Tints of Radical Red #F61F62

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.27%

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 65.6%
G = 8.27%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F61F62 (or 0xF61F62) is known color: Radical Red. HEX triplet: F6, 1F and 62. RGB value is (246,31,98). Sum of RGB (Red+Green+Blue) = 246+31+98=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F62 is #09E09D. Grayscale: #666666. Windows color (decimal): -647326 or 6430710. OLE color: 6430710.

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

Color convert

RGB 246 31 98 -
CMYK 0 0.87 0.60 0.04
HSL 341.3º 0.92% 0.54% -
HSV(B) 341.3º 0.87% 0.96% -
XYZ 40.7 21.45 13.55 -
YUV 102.92 125.23 230.05 -
System Red Green Blue C M Y K H S L
Decimal 246 31 98 0 0.87 0.60 0.04 341.3 0.92 0.54
Hex F6 1F 62 0 57 3C 4 155 5C 36
Octal 366 37 142 0 127 74 4 525 134 66
Binary 11110110 11111 1100010 0 1010111 111100 100 101010101 1011100 110110

Color Harmonies of #F61F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F62

Black with #F61F62

Text Example


Text Example

White with #F61F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F62; }

 p { color: rgb(246,31,98); }

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

background-color css

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

 a { background-color: rgb(246,31,98); }

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

border-color css

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

 span { border-color: rgb(246,31,98); }

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