Html Css Color HEX #F82D6A Radical Red

📋 copy color: '#F82D6A'

red 248 ◦ green 45 ◦ blue 106

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

Shades of Radical Red #F82D6A

Tints of Radical Red #F82D6A

RGB

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

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

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

R = 62.16%
G = 11.28%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F82D6A (or 0xF82D6A) is known color: Radical Red. HEX triplet: F8, 2D and 6A. RGB value is (248,45,106). Sum of RGB (Red+Green+Blue) = 248+45+106=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D6A is #07D295. Grayscale: #707070. Windows color (decimal): -512662 or 6958584. OLE color: 6958584.

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

Color convert

RGB 248 45 106 -
CMYK 0 0.82 0.57 0.03
HSL 341.97º 0.94% 0.57% -
HSV(B) 341.97º 0.82% 0.97% -
XYZ 42.25 22.87 15.82 -
YUV 112.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 248 45 106 0 0.82 0.57 0.03 341.97 0.94 0.57
Hex F8 2D 6A 0 52 39 3 156 5E 39
Octal 370 55 152 0 122 71 3 526 136 71
Binary 11111000 101101 1101010 0 1010010 111001 11 101010110 1011110 111001

Color Harmonies of #F82D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D6A

Black with #F82D6A

Text Example


Text Example

White with #F82D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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