Html Css Color HEX #F85182 French Rose

📋 copy color: '#F85182'

red 248 ◦ green 81 ◦ blue 130

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

Shades of French Rose #F85182

Tints of French Rose #F85182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.65%

 BLUE value IS 130 (51.17% from 255) = 28.32%

R = 54.03%
G = 17.65%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85182 (or 0xF85182) is known color: French Rose. HEX triplet: F8, 51 and 82. RGB value is (248,81,130). Sum of RGB (Red+Green+Blue) = 248+81+130=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F85182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85182 is #07AE7D. Grayscale: #888888. Windows color (decimal): -503422 or 8540664. OLE color: 8540664.

HSL color Cylindrical-coordinate representation of color #F85182: hue angle of 342.4º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85182 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 81 130 -
CMYK 0 0.67 0.48 0.03
HSL 342.4º 0.92% 0.65% -
HSV(B) 342.4º 0.67% 0.97% -
XYZ 45.68 27.45 24.01 -
YUV 136.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 248 81 130 0 0.67 0.48 0.03 342.4 0.92 0.65
Hex F8 51 82 0 43 30 3 156 5C 41
Octal 370 121 202 0 103 60 3 526 134 101
Binary 11111000 1010001 10000010 0 1000011 110000 11 101010110 1011100 1000001

Color Harmonies of #F85182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85182

Black with #F85182

Text Example


Text Example

White with #F85182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85182; }

 p { color: rgb(248,81,130); }

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

background-color css

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

 a { background-color: rgb(248,81,130); }

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

border-color css

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

 span { border-color: rgb(248,81,130); }

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