Html Css Color HEX #F84D5E Radical Red

📋 copy color: '#F84D5E'

red 248 ◦ green 77 ◦ blue 94

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

Shades of Radical Red #F84D5E

Tints of Radical Red #F84D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 59.19%
G = 18.38%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F84D5E (or 0xF84D5E) is known color: Radical Red. HEX triplet: F8, 4D and 5E. RGB value is (248,77,94). Sum of RGB (Red+Green+Blue) = 248+77+94=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D5E is #07B2A1. Grayscale: #828282. Windows color (decimal): -504482 or 6180344. OLE color: 6180344.

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

Color convert

RGB 248 77 94 -
CMYK 0 0.69 0.62 0.03
HSL 354.04º 0.92% 0.64% -
HSV(B) 354.04º 0.69% 0.97% -
XYZ 43.39 26.07 13.34 -
YUV 130.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 248 77 94 0 0.69 0.62 0.03 354.04 0.92 0.64
Hex F8 4D 5E 0 45 3E 3 162 5C 40
Octal 370 115 136 0 105 76 3 542 134 100
Binary 11111000 1001101 1011110 0 1000101 111110 11 101100010 1011100 1000000

Color Harmonies of #F84D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D5E

Black with #F84D5E

Text Example


Text Example

White with #F84D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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