Html Css Color HEX #F83858 Radical Red

📋 copy color: '#F83858'

red 248 ◦ green 56 ◦ blue 88

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

Shades of Radical Red #F83858

Tints of Radical Red #F83858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.29%

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

R = 63.27%
G = 14.29%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F83858 (or 0xF83858) is known color: Radical Red. HEX triplet: F8, 38 and 58. RGB value is (248,56,88). Sum of RGB (Red+Green+Blue) = 248+56+88=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F83858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83858 is #07C7A7. Grayscale: #757575. Windows color (decimal): -509864 or 5781752. OLE color: 5781752.

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

Color convert

RGB 248 56 88 -
CMYK 0 0.77 0.65 0.03
HSL 350º 0.93% 0.6% -
HSV(B) 350º 0.77% 0.97% -
XYZ 41.89 23.49 11.56 -
YUV 117.06 111.61 221.4 -
System Red Green Blue C M Y K H S L
Decimal 248 56 88 0 0.77 0.65 0.03 350 0.93 0.6
Hex F8 38 58 0 4D 41 3 15E 5D 3C
Octal 370 70 130 0 115 101 3 536 135 74
Binary 11111000 111000 1011000 0 1001101 1000001 11 101011110 1011101 111100

Color Harmonies of #F83858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83858

Black with #F83858

Text Example


Text Example

White with #F83858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83858; }

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

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

background-color css

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

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

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

border-color css

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

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

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