Html Css Color HEX #F8385C Radical Red

📋 copy color: '#F8385C'

red 248 ◦ green 56 ◦ blue 92

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

Shades of Radical Red #F8385C

Tints of Radical Red #F8385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 62.63%
G = 14.14%
B = 23.23%

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

#F8385C (or 0xF8385C) is known color: Radical Red. HEX triplet: F8, 38 and 5C. RGB value is (248,56,92). Sum of RGB (Red+Green+Blue) = 248+56+92=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8385C is #07C7A3. Grayscale: #757575. Windows color (decimal): -509860 or 6043896. OLE color: 6043896.

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

Color convert

RGB 248 56 92 -
CMYK 0 0.77 0.63 0.03
HSL 348.75º 0.93% 0.6% -
HSV(B) 348.75º 0.77% 0.97% -
XYZ 42.06 23.56 12.46 -
YUV 117.51 113.61 221.07 -
System Red Green Blue C M Y K H S L
Decimal 248 56 92 0 0.77 0.63 0.03 348.75 0.93 0.6
Hex F8 38 5C 0 4D 3F 3 15D 5D 3C
Octal 370 70 134 0 115 77 3 535 135 74
Binary 11111000 111000 1011100 0 1001101 111111 11 101011101 1011101 111100

Color Harmonies of #F8385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8385C

Black with #F8385C

Text Example


Text Example

White with #F8385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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