Html Css Color HEX #F8384C Radical Red

📋 copy color: '#F8384C'

red 248 ◦ green 56 ◦ blue 76

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

Shades of Radical Red #F8384C

Tints of Radical Red #F8384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20%

R = 65.26%
G = 14.74%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8384C (or 0xF8384C) is known color: Radical Red. HEX triplet: F8, 38 and 4C. RGB value is (248,56,76). Sum of RGB (Red+Green+Blue) = 248+56+76=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8384C is #07C7B3. Grayscale: #737373. Windows color (decimal): -509876 or 4995320. OLE color: 4995320.

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

Color convert

RGB 248 56 76 -
CMYK 0 0.77 0.69 0.03
HSL 353.75º 0.93% 0.6% -
HSV(B) 353.75º 0.77% 0.97% -
XYZ 41.43 23.31 9.15 -
YUV 115.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 248 56 76 0 0.77 0.69 0.03 353.75 0.93 0.6
Hex F8 38 4C 0 4D 45 3 162 5D 3C
Octal 370 70 114 0 115 105 3 542 135 74
Binary 11111000 111000 1001100 0 1001101 1000101 11 101100010 1011101 111100

Color Harmonies of #F8384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8384C

Black with #F8384C

Text Example


Text Example

White with #F8384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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