Html Css Color HEX #F85A8D French Rose

📋 copy color: '#F85A8D'

red 248 ◦ green 90 ◦ blue 141

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

Shades of French Rose #F85A8D

Tints of French Rose #F85A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

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

R = 51.77%
G = 18.79%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F85A8D (or 0xF85A8D) is known color: French Rose. HEX triplet: F8, 5A and 8D. RGB value is (248,90,141). Sum of RGB (Red+Green+Blue) = 248+90+141=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A8D is #07A572. Grayscale: #8F8F8F. Windows color (decimal): -501107 or 9263864. OLE color: 9263864.

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

Color convert

RGB 248 90 141 -
CMYK 0 0.64 0.43 0.03
HSL 340.63º 0.92% 0.66% -
HSV(B) 340.63º 0.64% 0.97% -
XYZ 47.18 29.19 28.35 -
YUV 143.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 248 90 141 0 0.64 0.43 0.03 340.63 0.92 0.66
Hex F8 5A 8D 0 40 2B 3 155 5C 42
Octal 370 132 215 0 100 53 3 525 134 102
Binary 11111000 1011010 10001101 0 1000000 101011 11 101010101 1011100 1000010

Color Harmonies of #F85A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A8D

Black with #F85A8D

Text Example


Text Example

White with #F85A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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