Html Css Color HEX #F83955 Radical Red

📋 copy color: '#F83955'

red 248 ◦ green 57 ◦ blue 85

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

Shades of Radical Red #F83955

Tints of Radical Red #F83955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.62%

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

R = 63.59%
G = 14.62%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F83955 (or 0xF83955) is known color: Radical Red. HEX triplet: F8, 39 and 55. RGB value is (248,57,85). Sum of RGB (Red+Green+Blue) = 248+57+85=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F83955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83955 is #07C6AA. Grayscale: #757575. Windows color (decimal): -509611 or 5585400. OLE color: 5585400.

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

Color convert

RGB 248 57 85 -
CMYK 0 0.77 0.66 0.03
HSL 351.2º 0.93% 0.6% -
HSV(B) 351.2º 0.77% 0.97% -
XYZ 41.81 23.54 10.93 -
YUV 117.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 248 57 85 0 0.77 0.66 0.03 351.2 0.93 0.6
Hex F8 39 55 0 4D 42 3 15F 5D 3C
Octal 370 71 125 0 115 102 3 537 135 74
Binary 11111000 111001 1010101 0 1001101 1000010 11 101011111 1011101 111100

Color Harmonies of #F83955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83955

Black with #F83955

Text Example


Text Example

White with #F83955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83955; }

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

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

background-color css

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

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

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

border-color css

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

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

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