Html Css Color HEX #F82C62 Radical Red

📋 copy color: '#F82C62'

red 248 ◦ green 44 ◦ blue 98

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

Shades of Radical Red #F82C62

Tints of Radical Red #F82C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.28%

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 63.59%
G = 11.28%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F82C62 (or 0xF82C62) is known color: Radical Red. HEX triplet: F8, 2C and 62. RGB value is (248,44,98). Sum of RGB (Red+Green+Blue) = 248+44+98=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C62 is #07D39D. Grayscale: #6F6F6F. Windows color (decimal): -512926 or 6434040. OLE color: 6434040.

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

Color convert

RGB 248 44 98 -
CMYK 0 0.82 0.60 0.03
HSL 344.12º 0.94% 0.57% -
HSV(B) 344.12º 0.82% 0.97% -
XYZ 41.82 22.64 13.72 -
YUV 111.15 120.59 225.61 -
System Red Green Blue C M Y K H S L
Decimal 248 44 98 0 0.82 0.60 0.03 344.12 0.94 0.57
Hex F8 2C 62 0 52 3C 3 158 5E 39
Octal 370 54 142 0 122 74 3 530 136 71
Binary 11111000 101100 1100010 0 1010010 111100 11 101011000 1011110 111001

Color Harmonies of #F82C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C62

Black with #F82C62

Text Example


Text Example

White with #F82C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C62; }

 p { color: rgb(248,44,98); }

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

background-color css

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

 a { background-color: rgb(248,44,98); }

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

border-color css

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

 span { border-color: rgb(248,44,98); }

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