Html Css Color HEX #F83F55 Radical Red

📋 copy color: '#F83F55'

red 248 ◦ green 63 ◦ blue 85

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

Shades of Radical Red #F83F55

Tints of Radical Red #F83F55

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

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

R = 62.63%
G = 15.91%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F83F55 (or 0xF83F55) is known color: Radical Red. HEX triplet: F8, 3F and 55. RGB value is (248,63,85). Sum of RGB (Red+Green+Blue) = 248+63+85=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F55 is #07C0AA. Grayscale: #787878. Windows color (decimal): -508075 or 5586936. OLE color: 5586936.

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

Color convert

RGB 248 63 85 -
CMYK 0 0.75 0.66 0.03
HSL 352.86º 0.93% 0.61% -
HSV(B) 352.86º 0.75% 0.97% -
XYZ 42.13 24.17 11.04 -
YUV 120.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 248 63 85 0 0.75 0.66 0.03 352.86 0.93 0.61
Hex F8 3F 55 0 4B 42 3 161 5D 3D
Octal 370 77 125 0 113 102 3 541 135 75
Binary 11111000 111111 1010101 0 1001011 1000010 11 101100001 1011101 111101

Color Harmonies of #F83F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F55

Black with #F83F55

Text Example


Text Example

White with #F83F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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