Html Css Color HEX #F6375D Radical Red

📋 copy color: '#F6375D'

red 246 ◦ green 55 ◦ blue 93

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

Shades of Radical Red #F6375D

Tints of Radical Red #F6375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.96%

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

R = 62.44%
G = 13.96%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6375D (or 0xF6375D) is known color: Radical Red. HEX triplet: F6, 37 and 5D. RGB value is (246,55,93). Sum of RGB (Red+Green+Blue) = 246+55+93=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F6375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6375D is #09C8A2. Grayscale: #747474. Windows color (decimal): -641187 or 6109174. OLE color: 6109174.

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

Color convert

RGB 246 55 93 -
CMYK 0 0.78 0.62 0.04
HSL 348.06º 0.91% 0.59% -
HSV(B) 348.06º 0.78% 0.96% -
XYZ 41.35 23.12 12.64 -
YUV 116.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 246 55 93 0 0.78 0.62 0.04 348.06 0.91 0.59
Hex F6 37 5D 0 4E 3E 4 15C 5B 3B
Octal 366 67 135 0 116 76 4 534 133 73
Binary 11110110 110111 1011101 0 1001110 111110 100 101011100 1011011 111011

Color Harmonies of #F6375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6375D

Black with #F6375D

Text Example


Text Example

White with #F6375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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