Html Css Color HEX #F82E6D Radical Red

📋 copy color: '#F82E6D'

red 248 ◦ green 46 ◦ blue 109

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

Shades of Radical Red #F82E6D

Tints of Radical Red #F82E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 61.54%
G = 11.41%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F82E6D (or 0xF82E6D) is known color: Radical Red. HEX triplet: F8, 2E and 6D. RGB value is (248,46,109). Sum of RGB (Red+Green+Blue) = 248+46+109=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82E6D is #07D192. Grayscale: #717171. Windows color (decimal): -512403 or 7155448. OLE color: 7155448.

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

Color convert

RGB 248 46 109 -
CMYK 0 0.81 0.56 0.03
HSL 341.29º 0.94% 0.58% -
HSV(B) 341.29º 0.81% 0.97% -
XYZ 42.45 23.01 16.67 -
YUV 113.58 125.42 223.88 -
System Red Green Blue C M Y K H S L
Decimal 248 46 109 0 0.81 0.56 0.03 341.29 0.94 0.58
Hex F8 2E 6D 0 51 38 3 155 5E 3A
Octal 370 56 155 0 121 70 3 525 136 72
Binary 11111000 101110 1101101 0 1010001 111000 11 101010101 1011110 111010

Color Harmonies of #F82E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82E6D

Black with #F82E6D

Text Example


Text Example

White with #F82E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82E6D; }

 p { color: rgb(248,46,109); }

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

background-color css

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

 a { background-color: rgb(248,46,109); }

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

border-color css

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

 span { border-color: rgb(248,46,109); }

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