Html Css Color HEX #F6215D Radical Red

📋 copy color: '#F6215D'

red 246 ◦ green 33 ◦ blue 93

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

Shades of Radical Red #F6215D

Tints of Radical Red #F6215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

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

R = 66.13%
G = 8.87%
B = 25%

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

#F6215D (or 0xF6215D) is known color: Radical Red. HEX triplet: F6, 21 and 5D. RGB value is (246,33,93). Sum of RGB (Red+Green+Blue) = 246+33+93=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6215D is #09DEA2. Grayscale: #676767. Windows color (decimal): -646819 or 6103542. OLE color: 6103542.

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

Color convert

RGB 246 33 93 -
CMYK 0 0.87 0.62 0.04
HSL 343.1º 0.92% 0.55% -
HSV(B) 343.1º 0.87% 0.96% -
XYZ 40.53 21.47 12.36 -
YUV 103.53 122.07 229.62 -
System Red Green Blue C M Y K H S L
Decimal 246 33 93 0 0.87 0.62 0.04 343.1 0.92 0.55
Hex F6 21 5D 0 57 3E 4 157 5C 37
Octal 366 41 135 0 127 76 4 527 134 67
Binary 11110110 100001 1011101 0 1010111 111110 100 101010111 1011100 110111

Color Harmonies of #F6215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6215D

Black with #F6215D

Text Example


Text Example

White with #F6215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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