Html Css Color HEX #F84058 Radical Red

📋 copy color: '#F84058'

red 248 ◦ green 64 ◦ blue 88

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

Shades of Radical Red #F84058

Tints of Radical Red #F84058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

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

R = 62%
G = 16%
B = 22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F84058 (or 0xF84058) is known color: Radical Red. HEX triplet: F8, 40 and 58. RGB value is (248,64,88). Sum of RGB (Red+Green+Blue) = 248+64+88=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F84058 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84058 is #07BFA7. Grayscale: #797979. Windows color (decimal): -507816 or 5783800. OLE color: 5783800.

HSL color Cylindrical-coordinate representation of color #F84058: hue angle of 352.17º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84058 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 88 -
CMYK 0 0.74 0.65 0.03
HSL 352.17º 0.93% 0.61% -
HSV(B) 352.17º 0.74% 0.97% -
XYZ 42.31 24.33 11.7 -
YUV 121.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 248 64 88 0 0.74 0.65 0.03 352.17 0.93 0.61
Hex F8 40 58 0 4A 41 3 160 5D 3D
Octal 370 100 130 0 112 101 3 540 135 75
Binary 11111000 1000000 1011000 0 1001010 1000001 11 101100000 1011101 111101

Color Harmonies of #F84058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84058

Black with #F84058

Text Example


Text Example

White with #F84058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84058; }

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

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

background-color css

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

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

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

border-color css

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

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

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