Html Css Color HEX #F82C70 Radical Red

📋 copy color: '#F82C70'

red 248 ◦ green 44 ◦ blue 112

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

Shades of Radical Red #F82C70

Tints of Radical Red #F82C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 61.39%
G = 10.89%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F82C70 (or 0xF82C70) is known color: Radical Red. HEX triplet: F8, 2C and 70. RGB value is (248,44,112). Sum of RGB (Red+Green+Blue) = 248+44+112=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C70 is #07D38F. Grayscale: #707070. Windows color (decimal): -512912 or 7351544. OLE color: 7351544.

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

Color convert

RGB 248 44 112 -
CMYK 0 0.82 0.55 0.03
HSL 340º 0.94% 0.57% -
HSV(B) 340º 0.82% 0.97% -
XYZ 42.54 22.93 17.51 -
YUV 112.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 248 44 112 0 0.82 0.55 0.03 340 0.94 0.57
Hex F8 2C 70 0 52 37 3 154 5E 39
Octal 370 54 160 0 122 67 3 524 136 71
Binary 11111000 101100 1110000 0 1010010 110111 11 101010100 1011110 111001

Color Harmonies of #F82C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C70

Black with #F82C70

Text Example


Text Example

White with #F82C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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