Html Css Color HEX #F82873 Radical Red

📋 copy color: '#F82873'

red 248 ◦ green 40 ◦ blue 115

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

Shades of Radical Red #F82873

Tints of Radical Red #F82873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.93%

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 61.54%
G = 9.93%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F82873 (or 0xF82873) is known color: Radical Red. HEX triplet: F8, 28 and 73. RGB value is (248,40,115). Sum of RGB (Red+Green+Blue) = 248+40+115=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F82873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82873 is #07D78C. Grayscale: #6E6E6E. Windows color (decimal): -513933 or 7547128. OLE color: 7547128.

HSL color Cylindrical-coordinate representation of color #F82873: hue angle of 338.37º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F82873 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 40 115 -
CMYK 0 0.84 0.54 0.03
HSL 338.37º 0.94% 0.56% -
HSV(B) 338.37º 0.84% 0.97% -
XYZ 42.56 22.71 18.36 -
YUV 110.74 130.41 225.9 -
System Red Green Blue C M Y K H S L
Decimal 248 40 115 0 0.84 0.54 0.03 338.37 0.94 0.56
Hex F8 28 73 0 54 36 3 152 5E 38
Octal 370 50 163 0 124 66 3 522 136 70
Binary 11111000 101000 1110011 0 1010100 110110 11 101010010 1011110 111000

Color Harmonies of #F82873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82873

Black with #F82873

Text Example


Text Example

White with #F82873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82873; }

 p { color: rgb(248,40,115); }

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

background-color css

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

 a { background-color: rgb(248,40,115); }

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

border-color css

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

 span { border-color: rgb(248,40,115); }

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