Html Css Color HEX #F83C62 Radical Red

📋 copy color: '#F83C62'

red 248 ◦ green 60 ◦ blue 98

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

Shades of Radical Red #F83C62

Tints of Radical Red #F83C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.78%

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

R = 61.08%
G = 14.78%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F83C62 (or 0xF83C62) is known color: Radical Red. HEX triplet: F8, 3C and 62. RGB value is (248,60,98). Sum of RGB (Red+Green+Blue) = 248+60+98=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83C62 is #07C39D. Grayscale: #787878. Windows color (decimal): -508830 or 6438136. OLE color: 6438136.

HSL color Cylindrical-coordinate representation of color #F83C62: hue angle of 347.87º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83C62 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 60 98 -
CMYK 0 0.76 0.60 0.03
HSL 347.87º 0.93% 0.6% -
HSV(B) 347.87º 0.76% 0.97% -
XYZ 42.53 24.07 13.96 -
YUV 120.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 248 60 98 0 0.76 0.60 0.03 347.87 0.93 0.6
Hex F8 3C 62 0 4C 3C 3 15C 5D 3C
Octal 370 74 142 0 114 74 3 534 135 74
Binary 11111000 111100 1100010 0 1001100 111100 11 101011100 1011101 111100

Color Harmonies of #F83C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83C62

Black with #F83C62

Text Example


Text Example

White with #F83C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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