Html Css Color HEX #F84C4D Radical Red

📋 copy color: '#F84C4D'

red 248 ◦ green 76 ◦ blue 77

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

Shades of Radical Red #F84C4D

Tints of Radical Red #F84C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.95%

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 61.85%
G = 18.95%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F84C4D (or 0xF84C4D) is known color: Radical Red. HEX triplet: F8, 4C and 4D. RGB value is (248,76,77). Sum of RGB (Red+Green+Blue) = 248+76+77=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C4D is #07B3B2. Grayscale: #7F7F7F. Windows color (decimal): -504755 or 5065976. OLE color: 5065976.

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

Color convert

RGB 248 76 77 -
CMYK 0 0.69 0.69 0.03
HSL 359.65º 0.92% 0.64% -
HSV(B) 359.65º 0.69% 0.97% -
XYZ 42.64 25.66 9.73 -
YUV 127.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 248 76 77 0 0.69 0.69 0.03 359.65 0.92 0.64
Hex F8 4C 4D 0 45 45 3 168 5C 40
Octal 370 114 115 0 105 105 3 550 134 100
Binary 11111000 1001100 1001101 0 1000101 1000101 11 101101000 1011100 1000000

Color Harmonies of #F84C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C4D

Black with #F84C4D

Text Example


Text Example

White with #F84C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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