Html Css Color HEX #F82D6E Radical Red

📋 copy color: '#F82D6E'

red 248 ◦ green 45 ◦ blue 110

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

Shades of Radical Red #F82D6E

Tints of Radical Red #F82D6E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 61.54%
G = 11.17%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F82D6E (or 0xF82D6E) is known color: Radical Red. HEX triplet: F8, 2D and 6E. RGB value is (248,45,110). Sum of RGB (Red+Green+Blue) = 248+45+110=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D6E is #07D291. Grayscale: #717171. Windows color (decimal): -512658 or 7220728. OLE color: 7220728.

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

Color convert

RGB 248 45 110 -
CMYK 0 0.82 0.56 0.03
HSL 340.79º 0.94% 0.57% -
HSV(B) 340.79º 0.82% 0.97% -
XYZ 42.46 22.96 16.95 -
YUV 113.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 248 45 110 0 0.82 0.56 0.03 340.79 0.94 0.57
Hex F8 2D 6E 0 52 38 3 155 5E 39
Octal 370 55 156 0 122 70 3 525 136 71
Binary 11111000 101101 1101110 0 1010010 111000 11 101010101 1011110 111001

Color Harmonies of #F82D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D6E

Black with #F82D6E

Text Example


Text Example

White with #F82D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D6E; }

 p { color: rgb(248,45,110); }

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

background-color css

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

 a { background-color: rgb(248,45,110); }

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

border-color css

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

 span { border-color: rgb(248,45,110); }

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