Html Css Color HEX #F6375E Radical Red

📋 copy color: '#F6375E'

red 246 ◦ green 55 ◦ blue 94

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

Shades of Radical Red #F6375E

Tints of Radical Red #F6375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.8%

R = 62.28%
G = 13.92%
B = 23.8%

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

#F6375E (or 0xF6375E) is known color: Radical Red. HEX triplet: F6, 37 and 5E. RGB value is (246,55,94). Sum of RGB (Red+Green+Blue) = 246+55+94=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F6375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6375E is #09C8A1. Grayscale: #747474. Windows color (decimal): -641186 or 6174710. OLE color: 6174710.

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

Color convert

RGB 246 55 94 -
CMYK 0 0.78 0.62 0.04
HSL 347.75º 0.91% 0.59% -
HSV(B) 347.75º 0.78% 0.96% -
XYZ 41.39 23.13 12.87 -
YUV 116.56 115.28 220.33 -
System Red Green Blue C M Y K H S L
Decimal 246 55 94 0 0.78 0.62 0.04 347.75 0.91 0.59
Hex F6 37 5E 0 4E 3E 4 15C 5B 3B
Octal 366 67 136 0 116 76 4 534 133 73
Binary 11110110 110111 1011110 0 1001110 111110 100 101011100 1011011 111011

Color Harmonies of #F6375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6375E

Black with #F6375E

Text Example


Text Example

White with #F6375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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