Html Css Color HEX #F82A6E Radical Red

📋 copy color: '#F82A6E'

red 248 ◦ green 42 ◦ blue 110

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

Shades of Radical Red #F82A6E

Tints of Radical Red #F82A6E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.5%

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

R = 62%
G = 10.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F82A6E (or 0xF82A6E) is known color: Radical Red. HEX triplet: F8, 2A and 6E. RGB value is (248,42,110). Sum of RGB (Red+Green+Blue) = 248+42+110=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82A6E is #07D591. Grayscale: #6F6F6F. Windows color (decimal): -513426 or 7219960. OLE color: 7219960.

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

Color convert

RGB 248 42 110 -
CMYK 0 0.83 0.56 0.03
HSL 340.19º 0.94% 0.57% -
HSV(B) 340.19º 0.83% 0.97% -
XYZ 42.35 22.74 16.91 -
YUV 111.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 248 42 110 0 0.83 0.56 0.03 340.19 0.94 0.57
Hex F8 2A 6E 0 53 38 3 154 5E 39
Octal 370 52 156 0 123 70 3 524 136 71
Binary 11111000 101010 1101110 0 1010011 111000 11 101010100 1011110 111001

Color Harmonies of #F82A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A6E

Black with #F82A6E

Text Example


Text Example

White with #F82A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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