Html Css Color HEX #F82F4D Radical Red

📋 copy color: '#F82F4D'

red 248 ◦ green 47 ◦ blue 77

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

Shades of Radical Red #F82F4D

Tints of Radical Red #F82F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 66.67%
G = 12.63%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F82F4D (or 0xF82F4D) is known color: Radical Red. HEX triplet: F8, 2F and 4D. RGB value is (248,47,77). Sum of RGB (Red+Green+Blue) = 248+47+77=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82F4D is #07D0B2. Grayscale: #6E6E6E. Windows color (decimal): -512179 or 5058552. OLE color: 5058552.

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

Color convert

RGB 248 47 77 -
CMYK 0 0.81 0.69 0.03
HSL 351.04º 0.93% 0.58% -
HSV(B) 351.04º 0.81% 0.97% -
XYZ 41.07 22.53 9.2 -
YUV 110.52 109.09 226.06 -
System Red Green Blue C M Y K H S L
Decimal 248 47 77 0 0.81 0.69 0.03 351.04 0.93 0.58
Hex F8 2F 4D 0 51 45 3 15F 5D 3A
Octal 370 57 115 0 121 105 3 537 135 72
Binary 11111000 101111 1001101 0 1010001 1000101 11 101011111 1011101 111010

Color Harmonies of #F82F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F4D

Black with #F82F4D

Text Example


Text Example

White with #F82F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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