Html Css Color HEX #F8354C Radical Red

📋 copy color: '#F8354C'

red 248 ◦ green 53 ◦ blue 76

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

Shades of Radical Red #F8354C

Tints of Radical Red #F8354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.06%

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

R = 65.78%
G = 14.06%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8354C (or 0xF8354C) is known color: Radical Red. HEX triplet: F8, 35 and 4C. RGB value is (248,53,76). Sum of RGB (Red+Green+Blue) = 248+53+76=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8354C is #07CAB3. Grayscale: #727272. Windows color (decimal): -510644 or 4994552. OLE color: 4994552.

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

Color convert

RGB 248 53 76 -
CMYK 0 0.79 0.69 0.03
HSL 352.92º 0.93% 0.59% -
HSV(B) 352.92º 0.79% 0.97% -
XYZ 41.29 23.02 9.11 -
YUV 113.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 248 53 76 0 0.79 0.69 0.03 352.92 0.93 0.59
Hex F8 35 4C 0 4F 45 3 161 5D 3B
Octal 370 65 114 0 117 105 3 541 135 73
Binary 11111000 110101 1001100 0 1001111 1000101 11 101100001 1011101 111011

Color Harmonies of #F8354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8354C

Black with #F8354C

Text Example


Text Example

White with #F8354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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