Html Css Color HEX #F82870 Radical Red

📋 copy color: '#F82870'

red 248 ◦ green 40 ◦ blue 112

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

Shades of Radical Red #F82870

Tints of Radical Red #F82870

RGB

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

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

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

R = 62%
G = 10%
B = 28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F82870 (or 0xF82870) is known color: Radical Red. HEX triplet: F8, 28 and 70. RGB value is (248,40,112). Sum of RGB (Red+Green+Blue) = 248+40+112=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F82870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82870 is #07D78F. Grayscale: #6E6E6E. Windows color (decimal): -513936 or 7350520. OLE color: 7350520.

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

Color convert

RGB 248 40 112 -
CMYK 0 0.84 0.55 0.03
HSL 339.23º 0.94% 0.56% -
HSV(B) 339.23º 0.84% 0.97% -
XYZ 42.39 22.64 17.47 -
YUV 110.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 248 40 112 0 0.84 0.55 0.03 339.23 0.94 0.56
Hex F8 28 70 0 54 37 3 153 5E 38
Octal 370 50 160 0 124 67 3 523 136 70
Binary 11111000 101000 1110000 0 1010100 110111 11 101010011 1011110 111000

Color Harmonies of #F82870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82870

Black with #F82870

Text Example


Text Example

White with #F82870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82870; }

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

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

background-color css

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

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

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

border-color css

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

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

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