Html Css Color HEX #F84666 Radical Red

📋 copy color: '#F84666'

red 248 ◦ green 70 ◦ blue 102

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

Shades of Radical Red #F84666

Tints of Radical Red #F84666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

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

R = 59.05%
G = 16.67%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F84666 (or 0xF84666) is known color: Radical Red. HEX triplet: F8, 46 and 66. RGB value is (248,70,102). Sum of RGB (Red+Green+Blue) = 248+70+102=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F84666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84666 is #07B999. Grayscale: #7E7E7E. Windows color (decimal): -506266 or 6702840. OLE color: 6702840.

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

Color convert

RGB 248 70 102 -
CMYK 0 0.72 0.59 0.03
HSL 349.21º 0.93% 0.62% -
HSV(B) 349.21º 0.72% 0.97% -
XYZ 43.3 25.3 15.17 -
YUV 126.87 113.97 214.4 -
System Red Green Blue C M Y K H S L
Decimal 248 70 102 0 0.72 0.59 0.03 349.21 0.93 0.62
Hex F8 46 66 0 48 3B 3 15D 5D 3E
Octal 370 106 146 0 110 73 3 535 135 76
Binary 11111000 1000110 1100110 0 1001000 111011 11 101011101 1011101 111110

Color Harmonies of #F84666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84666

Black with #F84666

Text Example


Text Example

White with #F84666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84666; }

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

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

background-color css

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

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

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

border-color css

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

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

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