Html Css Color HEX #F82A6A Radical Red

📋 copy color: '#F82A6A'

red 248 ◦ green 42 ◦ blue 106

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

Shades of Radical Red #F82A6A

Tints of Radical Red #F82A6A

RGB

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

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

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

R = 62.63%
G = 10.61%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F82A6A (or 0xF82A6A) is known color: Radical Red. HEX triplet: F8, 2A and 6A. RGB value is (248,42,106). Sum of RGB (Red+Green+Blue) = 248+42+106=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82A6A is #07D595. Grayscale: #6E6E6E. Windows color (decimal): -513430 or 6957816. OLE color: 6957816.

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

Color convert

RGB 248 42 106 -
CMYK 0 0.83 0.57 0.03
HSL 341.36º 0.94% 0.57% -
HSV(B) 341.36º 0.83% 0.97% -
XYZ 42.14 22.65 15.79 -
YUV 110.89 125.25 225.8 -
System Red Green Blue C M Y K H S L
Decimal 248 42 106 0 0.83 0.57 0.03 341.36 0.94 0.57
Hex F8 2A 6A 0 53 39 3 155 5E 39
Octal 370 52 152 0 123 71 3 525 136 71
Binary 11111000 101010 1101010 0 1010011 111001 11 101010101 1011110 111001

Color Harmonies of #F82A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A6A

Black with #F82A6A

Text Example


Text Example

White with #F82A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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