Html Css Color HEX #F85B8D French Rose

📋 copy color: '#F85B8D'

red 248 ◦ green 91 ◦ blue 141

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

Shades of French Rose #F85B8D

Tints of French Rose #F85B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.96%

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 51.67%
G = 18.96%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F85B8D (or 0xF85B8D) is known color: French Rose. HEX triplet: F8, 5B and 8D. RGB value is (248,91,141). Sum of RGB (Red+Green+Blue) = 248+91+141=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85B8D is #07A472. Grayscale: #8F8F8F. Windows color (decimal): -500851 or 9264120. OLE color: 9264120.

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

Color convert

RGB 248 91 141 -
CMYK 0 0.63 0.43 0.03
HSL 340.89º 0.92% 0.66% -
HSV(B) 340.89º 0.63% 0.97% -
XYZ 47.26 29.36 28.38 -
YUV 143.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 248 91 141 0 0.63 0.43 0.03 340.89 0.92 0.66
Hex F8 5B 8D 0 3F 2B 3 155 5C 42
Octal 370 133 215 0 77 53 3 525 134 102
Binary 11111000 1011011 10001101 0 111111 101011 11 101010101 1011100 1000010

Color Harmonies of #F85B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B8D

Black with #F85B8D

Text Example


Text Example

White with #F85B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B8D; }

 p { color: rgb(248,91,141); }

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

background-color css

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

 a { background-color: rgb(248,91,141); }

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

border-color css

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

 span { border-color: rgb(248,91,141); }

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