Html Css Color HEX #F82978 Radical Red

📋 copy color: '#F82978'

red 248 ◦ green 41 ◦ blue 120

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

Shades of Radical Red #F82978

Tints of Radical Red #F82978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 60.64%
G = 10.02%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F82978 (or 0xF82978) is known color: Radical Red. HEX triplet: F8, 29 and 78. RGB value is (248,41,120). Sum of RGB (Red+Green+Blue) = 248+41+120=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F82978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82978 is #07D687. Grayscale: #6F6F6F. Windows color (decimal): -513672 or 7875064. OLE color: 7875064.

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

Color convert

RGB 248 41 120 -
CMYK 0 0.83 0.52 0.03
HSL 337.1º 0.94% 0.57% -
HSV(B) 337.1º 0.83% 0.97% -
XYZ 42.89 22.9 19.93 -
YUV 111.9 132.58 225.08 -
System Red Green Blue C M Y K H S L
Decimal 248 41 120 0 0.83 0.52 0.03 337.1 0.94 0.57
Hex F8 29 78 0 53 34 3 151 5E 39
Octal 370 51 170 0 123 64 3 521 136 71
Binary 11111000 101001 1111000 0 1010011 110100 11 101010001 1011110 111001

Color Harmonies of #F82978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82978

Black with #F82978

Text Example


Text Example

White with #F82978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82978; }

 p { color: rgb(248,41,120); }

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

background-color css

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

 a { background-color: rgb(248,41,120); }

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

border-color css

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

 span { border-color: rgb(248,41,120); }

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