Html Css Color HEX #F61F5D Radical Red

📋 copy color: '#F61F5D'

red 246 ◦ green 31 ◦ blue 93

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

Shades of Radical Red #F61F5D

Tints of Radical Red #F61F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 66.49%
G = 8.38%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F61F5D (or 0xF61F5D) is known color: Radical Red. HEX triplet: F6, 1F and 5D. RGB value is (246,31,93). Sum of RGB (Red+Green+Blue) = 246+31+93=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F5D is #09E0A2. Grayscale: #666666. Windows color (decimal): -647331 or 6103030. OLE color: 6103030.

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

Color convert

RGB 246 31 93 -
CMYK 0 0.87 0.62 0.04
HSL 342.7º 0.92% 0.54% -
HSV(B) 342.7º 0.87% 0.96% -
XYZ 40.47 21.36 12.35 -
YUV 102.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 246 31 93 0 0.87 0.62 0.04 342.7 0.92 0.54
Hex F6 1F 5D 0 57 3E 4 157 5C 36
Octal 366 37 135 0 127 76 4 527 134 66
Binary 11110110 11111 1011101 0 1010111 111110 100 101010111 1011100 110110

Color Harmonies of #F61F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F5D

Black with #F61F5D

Text Example


Text Example

White with #F61F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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