Html Css Color HEX #F84F55 Radical Red

📋 copy color: '#F84F55'

red 248 ◦ green 79 ◦ blue 85

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

Shades of Radical Red #F84F55

Tints of Radical Red #F84F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

 BLUE value IS 85 (33.59% from 255) = 20.63%

R = 60.19%
G = 19.17%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F84F55 (or 0xF84F55) is known color: Radical Red. HEX triplet: F8, 4F and 55. RGB value is (248,79,85). Sum of RGB (Red+Green+Blue) = 248+79+85=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84F55 is #07B0AA. Grayscale: #828282. Windows color (decimal): -503979 or 5591032. OLE color: 5591032.

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

Color convert

RGB 248 79 85 -
CMYK 0 0.68 0.66 0.03
HSL 357.87º 0.92% 0.64% -
HSV(B) 357.87º 0.68% 0.97% -
XYZ 43.15 26.2 11.38 -
YUV 130.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 248 79 85 0 0.68 0.66 0.03 357.87 0.92 0.64
Hex F8 4F 55 0 44 42 3 166 5C 40
Octal 370 117 125 0 104 102 3 546 134 100
Binary 11111000 1001111 1010101 0 1000100 1000010 11 101100110 1011100 1000000

Color Harmonies of #F84F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F55

Black with #F84F55

Text Example


Text Example

White with #F84F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F55; }

 p { color: rgb(248,79,85); }

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

background-color css

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

 a { background-color: rgb(248,79,85); }

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

border-color css

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

 span { border-color: rgb(248,79,85); }

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