Html Css Color HEX #F83C66 Radical Red

📋 copy color: '#F83C66'

red 248 ◦ green 60 ◦ blue 102

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

Shades of Radical Red #F83C66

Tints of Radical Red #F83C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 60.49%
G = 14.63%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F83C66 (or 0xF83C66) is known color: Radical Red. HEX triplet: F8, 3C and 66. RGB value is (248,60,102). Sum of RGB (Red+Green+Blue) = 248+60+102=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83C66 is #07C399. Grayscale: #797979. Windows color (decimal): -508826 or 6700280. OLE color: 6700280.

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

Color convert

RGB 248 60 102 -
CMYK 0 0.76 0.59 0.03
HSL 346.6º 0.93% 0.6% -
HSV(B) 346.6º 0.76% 0.97% -
XYZ 42.73 24.15 14.98 -
YUV 121 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 248 60 102 0 0.76 0.59 0.03 346.6 0.93 0.6
Hex F8 3C 66 0 4C 3B 3 15B 5D 3C
Octal 370 74 146 0 114 73 3 533 135 74
Binary 11111000 111100 1100110 0 1001100 111011 11 101011011 1011101 111100

Color Harmonies of #F83C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83C66

Black with #F83C66

Text Example


Text Example

White with #F83C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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