Html Css Color HEX #F8385B Radical Red

📋 copy color: '#F8385B'

red 248 ◦ green 56 ◦ blue 91

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

Shades of Radical Red #F8385B

Tints of Radical Red #F8385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 62.78%
G = 14.18%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8385B (or 0xF8385B) is known color: Radical Red. HEX triplet: F8, 38 and 5B. RGB value is (248,56,91). Sum of RGB (Red+Green+Blue) = 248+56+91=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8385B is #07C7A4. Grayscale: #757575. Windows color (decimal): -509861 or 5978360. OLE color: 5978360.

HSL color Cylindrical-coordinate representation of color #F8385B: hue angle of 349.06º 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 #F8385B is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 56 91 -
CMYK 0 0.77 0.63 0.03
HSL 349.06º 0.93% 0.6% -
HSV(B) 349.06º 0.77% 0.97% -
XYZ 42.01 23.54 12.23 -
YUV 117.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 248 56 91 0 0.77 0.63 0.03 349.06 0.93 0.6
Hex F8 38 5B 0 4D 3F 3 15D 5D 3C
Octal 370 70 133 0 115 77 3 535 135 74
Binary 11111000 111000 1011011 0 1001101 111111 11 101011101 1011101 111100

Color Harmonies of #F8385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8385B

Black with #F8385B

Text Example


Text Example

White with #F8385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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