Html Css Color HEX #F84D5C Radical Red

📋 copy color: '#F84D5C'

red 248 ◦ green 77 ◦ blue 92

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

Shades of Radical Red #F84D5C

Tints of Radical Red #F84D5C

RGB

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

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

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

R = 59.47%
G = 18.47%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F84D5C (or 0xF84D5C) is known color: Radical Red. HEX triplet: F8, 4D and 5C. RGB value is (248,77,92). Sum of RGB (Red+Green+Blue) = 248+77+92=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D5C is #07B2A3. Grayscale: #818181. Windows color (decimal): -504484 or 6049272. OLE color: 6049272.

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

Color convert

RGB 248 77 92 -
CMYK 0 0.69 0.63 0.03
HSL 354.74º 0.92% 0.64% -
HSV(B) 354.74º 0.69% 0.97% -
XYZ 43.3 26.04 12.87 -
YUV 129.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 248 77 92 0 0.69 0.63 0.03 354.74 0.92 0.64
Hex F8 4D 5C 0 45 3F 3 163 5C 40
Octal 370 115 134 0 105 77 3 543 134 100
Binary 11111000 1001101 1011100 0 1000101 111111 11 101100011 1011100 1000000

Color Harmonies of #F84D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D5C

Black with #F84D5C

Text Example


Text Example

White with #F84D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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