Html Css Color HEX #F82C76 Radical Red

📋 copy color: '#F82C76'

red 248 ◦ green 44 ◦ blue 118

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

Shades of Radical Red #F82C76

Tints of Radical Red #F82C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.73%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 60.49%
G = 10.73%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F82C76 (or 0xF82C76) is known color: Radical Red. HEX triplet: F8, 2C and 76. RGB value is (248,44,118). Sum of RGB (Red+Green+Blue) = 248+44+118=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C76 is #07D389. Grayscale: #717171. Windows color (decimal): -512906 or 7744760. OLE color: 7744760.

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

Color convert

RGB 248 44 118 -
CMYK 0 0.82 0.52 0.03
HSL 338.24º 0.94% 0.57% -
HSV(B) 338.24º 0.82% 0.97% -
XYZ 42.88 23.07 19.33 -
YUV 113.43 130.59 223.98 -
System Red Green Blue C M Y K H S L
Decimal 248 44 118 0 0.82 0.52 0.03 338.24 0.94 0.57
Hex F8 2C 76 0 52 34 3 152 5E 39
Octal 370 54 166 0 122 64 3 522 136 71
Binary 11111000 101100 1110110 0 1010010 110100 11 101010010 1011110 111001

Color Harmonies of #F82C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C76

Black with #F82C76

Text Example


Text Example

White with #F82C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C76; }

 p { color: rgb(248,44,118); }

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

background-color css

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

 a { background-color: rgb(248,44,118); }

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

border-color css

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

 span { border-color: rgb(248,44,118); }

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