Html Css Color HEX #F85083 French Rose

📋 copy color: '#F85083'

red 248 ◦ green 80 ◦ blue 131

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

Shades of French Rose #F85083

Tints of French Rose #F85083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.43%

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 54.03%
G = 17.43%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F85083 (or 0xF85083) is known color: French Rose. HEX triplet: F8, 50 and 83. RGB value is (248,80,131). Sum of RGB (Red+Green+Blue) = 248+80+131=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F85083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85083 is #07AF7C. Grayscale: #888888. Windows color (decimal): -503677 or 8605944. OLE color: 8605944.

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

Color convert

RGB 248 80 131 -
CMYK 0 0.68 0.47 0.03
HSL 341.79º 0.92% 0.64% -
HSV(B) 341.79º 0.68% 0.97% -
XYZ 45.68 27.33 24.34 -
YUV 136.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 248 80 131 0 0.68 0.47 0.03 341.79 0.92 0.64
Hex F8 50 83 0 44 2F 3 156 5C 40
Octal 370 120 203 0 104 57 3 526 134 100
Binary 11111000 1010000 10000011 0 1000100 101111 11 101010110 1011100 1000000

Color Harmonies of #F85083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85083

Black with #F85083

Text Example


Text Example

White with #F85083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85083; }

 p { color: rgb(248,80,131); }

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

background-color css

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

 a { background-color: rgb(248,80,131); }

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

border-color css

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

 span { border-color: rgb(248,80,131); }

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