Html Css Color HEX #F85090 French Rose

📋 copy color: '#F85090'

red 248 ◦ green 80 ◦ blue 144

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

Shades of French Rose #F85090

Tints of French Rose #F85090

RGB

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

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

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

R = 52.54%
G = 16.95%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F85090 (or 0xF85090) is known color: French Rose. HEX triplet: F8, 50 and 90. RGB value is (248,80,144). Sum of RGB (Red+Green+Blue) = 248+80+144=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F85090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85090 is #07AF6F. Grayscale: #898989. Windows color (decimal): -503664 or 9457912. OLE color: 9457912.

HSL color Cylindrical-coordinate representation of color #F85090: hue angle of 337.14º 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 #F85090 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 80 144 -
CMYK 0 0.68 0.42 0.03
HSL 337.14º 0.92% 0.64% -
HSV(B) 337.14º 0.68% 0.97% -
XYZ 46.61 27.71 29.28 -
YUV 137.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 248 80 144 0 0.68 0.42 0.03 337.14 0.92 0.64
Hex F8 50 90 0 44 2A 3 151 5C 40
Octal 370 120 220 0 104 52 3 521 134 100
Binary 11111000 1010000 10010000 0 1000100 101010 11 101010001 1011100 1000000

Color Harmonies of #F85090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85090

Black with #F85090

Text Example


Text Example

White with #F85090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85090; }

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

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

background-color css

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

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

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

border-color css

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

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

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