Html Css Color HEX #F82766 Radical Red

📋 copy color: '#F82766'

red 248 ◦ green 39 ◦ blue 102

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

Shades of Radical Red #F82766

Tints of Radical Red #F82766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.03%

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

R = 63.75%
G = 10.03%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F82766 (or 0xF82766) is known color: Radical Red. HEX triplet: F8, 27 and 66. RGB value is (248,39,102). Sum of RGB (Red+Green+Blue) = 248+39+102=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F82766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82766 is #07D899. Grayscale: #6C6C6C. Windows color (decimal): -514202 or 6694904. OLE color: 6694904.

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

Color convert

RGB 248 39 102 -
CMYK 0 0.84 0.59 0.03
HSL 341.91º 0.94% 0.56% -
HSV(B) 341.91º 0.84% 0.97% -
XYZ 41.84 22.37 14.68 -
YUV 108.67 124.24 227.38 -
System Red Green Blue C M Y K H S L
Decimal 248 39 102 0 0.84 0.59 0.03 341.91 0.94 0.56
Hex F8 27 66 0 54 3B 3 156 5E 38
Octal 370 47 146 0 124 73 3 526 136 70
Binary 11111000 100111 1100110 0 1010100 111011 11 101010110 1011110 111000

Color Harmonies of #F82766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82766

Black with #F82766

Text Example


Text Example

White with #F82766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82766; }

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

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

background-color css

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

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

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

border-color css

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

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

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