Html Css Color HEX #F8386A Radical Red

📋 copy color: '#F8386A'

red 248 ◦ green 56 ◦ blue 106

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

Shades of Radical Red #F8386A

Tints of Radical Red #F8386A

RGB

 RED value IS 248 (97.27% from 255) = 60.49%

 GREEN value IS 56 (22.27% from 255) = 13.66%

 BLUE value IS 106 (41.8% from 255) = 25.85%

R = 60.49%
G = 13.66%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8386A (or 0xF8386A) is known color: Radical Red. HEX triplet: F8, 38 and 6A. RGB value is (248,56,106). Sum of RGB (Red+Green+Blue) = 248+56+106=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8386A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8386A is #07C795. Grayscale: #777777. Windows color (decimal): -509846 or 6961400. OLE color: 6961400.

HSL color Cylindrical-coordinate representation of color #F8386A: hue angle of 344.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8386A is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 56 106 -
CMYK 0 0.77 0.57 0.03
HSL 344.38º 0.93% 0.6% -
HSV(B) 344.38º 0.77% 0.97% -
XYZ 42.73 23.83 15.98 -
YUV 119.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 248 56 106 0 0.77 0.57 0.03 344.38 0.93 0.6
Hex F8 38 6A 0 4D 39 3 158 5D 3C
Octal 370 70 152 0 115 71 3 530 135 74
Binary 11111000 111000 1101010 0 1001101 111001 11 101011000 1011101 111100

Color Harmonies of #F8386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8386A

Black with #F8386A

Text Example


Text Example

White with #F8386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8386A; }

 p { color: rgb(248,56,106); }

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

background-color css

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

 a { background-color: rgb(248,56,106); }

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

border-color css

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

 span { border-color: rgb(248,56,106); }

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