Html Css Color HEX #F82E6A Radical Red

📋 copy color: '#F82E6A'

red 248 ◦ green 46 ◦ blue 106

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

Shades of Radical Red #F82E6A

Tints of Radical Red #F82E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 62%
G = 11.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F82E6A (or 0xF82E6A) is known color: Radical Red. HEX triplet: F8, 2E and 6A. RGB value is (248,46,106). Sum of RGB (Red+Green+Blue) = 248+46+106=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82E6A is #07D195. Grayscale: #717171. Windows color (decimal): -512406 or 6958840. OLE color: 6958840.

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

Color convert

RGB 248 46 106 -
CMYK 0 0.81 0.57 0.03
HSL 342.18º 0.94% 0.58% -
HSV(B) 342.18º 0.81% 0.97% -
XYZ 42.29 22.95 15.84 -
YUV 113.24 123.92 224.12 -
System Red Green Blue C M Y K H S L
Decimal 248 46 106 0 0.81 0.57 0.03 342.18 0.94 0.58
Hex F8 2E 6A 0 51 39 3 156 5E 3A
Octal 370 56 152 0 121 71 3 526 136 72
Binary 11111000 101110 1101010 0 1010001 111001 11 101010110 1011110 111010

Color Harmonies of #F82E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82E6A

Black with #F82E6A

Text Example


Text Example

White with #F82E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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