Html Css Color HEX #F85890 French Rose

📋 copy color: '#F85890'

red 248 ◦ green 88 ◦ blue 144

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

Shades of French Rose #F85890

Tints of French Rose #F85890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.33%

 BLUE value IS 144 (56.64% from 255) = 30%

R = 51.67%
G = 18.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F85890 (or 0xF85890) is known color: French Rose. HEX triplet: F8, 58 and 90. RGB value is (248,88,144). Sum of RGB (Red+Green+Blue) = 248+88+144=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F85890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85890 is #07A76F. Grayscale: #8E8E8E. Windows color (decimal): -501616 or 9459960. OLE color: 9459960.

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

Color convert

RGB 248 88 144 -
CMYK 0 0.65 0.42 0.03
HSL 339º 0.92% 0.66% -
HSV(B) 339º 0.65% 0.97% -
XYZ 47.24 28.95 29.48 -
YUV 142.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 248 88 144 0 0.65 0.42 0.03 339 0.92 0.66
Hex F8 58 90 0 41 2A 3 153 5C 42
Octal 370 130 220 0 101 52 3 523 134 102
Binary 11111000 1011000 10010000 0 1000001 101010 11 101010011 1011100 1000010

Color Harmonies of #F85890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85890

Black with #F85890

Text Example


Text Example

White with #F85890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85890; }

 p { color: rgb(248,88,144); }

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

background-color css

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

 a { background-color: rgb(248,88,144); }

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

border-color css

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

 span { border-color: rgb(248,88,144); }

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