Html Css Color HEX #F85058 Radical Red

📋 copy color: '#F85058'

red 248 ◦ green 80 ◦ blue 88

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

Shades of Radical Red #F85058

Tints of Radical Red #F85058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.23%

 BLUE value IS 88 (34.77% from 255) = 21.15%

R = 59.62%
G = 19.23%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F85058 (or 0xF85058) is known color: Radical Red. HEX triplet: F8, 50 and 58. RGB value is (248,80,88). Sum of RGB (Red+Green+Blue) = 248+80+88=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F85058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85058 is #07AFA7. Grayscale: #838383. Windows color (decimal): -503720 or 5787896. OLE color: 5787896.

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

Color convert

RGB 248 80 88 -
CMYK 0 0.68 0.65 0.03
HSL 357.14º 0.92% 0.64% -
HSV(B) 357.14º 0.68% 0.97% -
XYZ 43.34 26.4 12.04 -
YUV 131.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 248 80 88 0 0.68 0.65 0.03 357.14 0.92 0.64
Hex F8 50 58 0 44 41 3 165 5C 40
Octal 370 120 130 0 104 101 3 545 134 100
Binary 11111000 1010000 1011000 0 1000100 1000001 11 101100101 1011100 1000000

Color Harmonies of #F85058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85058

Black with #F85058

Text Example


Text Example

White with #F85058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85058; }

 p { color: rgb(248,80,88); }

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

background-color css

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

 a { background-color: rgb(248,80,88); }

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

border-color css

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

 span { border-color: rgb(248,80,88); }

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