Html Css Color HEX #F82F6A Radical Red

📋 copy color: '#F82F6A'

red 248 ◦ green 47 ◦ blue 106

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

Shades of Radical Red #F82F6A

Tints of Radical Red #F82F6A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

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

R = 61.85%
G = 11.72%
B = 26.43%

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

#F82F6A (or 0xF82F6A) is known color: Radical Red. HEX triplet: F8, 2F and 6A. RGB value is (248,47,106). Sum of RGB (Red+Green+Blue) = 248+47+106=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82F6A is #07D095. Grayscale: #717171. Windows color (decimal): -512150 or 6959096. OLE color: 6959096.

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

Color convert

RGB 248 47 106 -
CMYK 0 0.81 0.57 0.03
HSL 342.39º 0.93% 0.58% -
HSV(B) 342.39º 0.81% 0.97% -
XYZ 42.33 23.03 15.85 -
YUV 113.83 123.59 223.7 -
System Red Green Blue C M Y K H S L
Decimal 248 47 106 0 0.81 0.57 0.03 342.39 0.93 0.58
Hex F8 2F 6A 0 51 39 3 156 5D 3A
Octal 370 57 152 0 121 71 3 526 135 72
Binary 11111000 101111 1101010 0 1010001 111001 11 101010110 1011101 111010

Color Harmonies of #F82F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F6A

Black with #F82F6A

Text Example


Text Example

White with #F82F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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