Html Css Color HEX #F82C77 Radical Red

📋 copy color: '#F82C77'

red 248 ◦ green 44 ◦ blue 119

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

Shades of Radical Red #F82C77

Tints of Radical Red #F82C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 60.34%
G = 10.71%
B = 28.95%

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

#F82C77 (or 0xF82C77) is known color: Radical Red. HEX triplet: F8, 2C and 77. RGB value is (248,44,119). Sum of RGB (Red+Green+Blue) = 248+44+119=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C77 is #07D388. Grayscale: #717171. Windows color (decimal): -512905 or 7810296. OLE color: 7810296.

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

Color convert

RGB 248 44 119 -
CMYK 0 0.82 0.52 0.03
HSL 337.94º 0.94% 0.57% -
HSV(B) 337.94º 0.82% 0.97% -
XYZ 42.94 23.09 19.65 -
YUV 113.55 131.09 223.9 -
System Red Green Blue C M Y K H S L
Decimal 248 44 119 0 0.82 0.52 0.03 337.94 0.94 0.57
Hex F8 2C 77 0 52 34 3 152 5E 39
Octal 370 54 167 0 122 64 3 522 136 71
Binary 11111000 101100 1110111 0 1010010 110100 11 101010010 1011110 111001

Color Harmonies of #F82C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C77

Black with #F82C77

Text Example


Text Example

White with #F82C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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