Html Css Color HEX #F85992 French Rose

📋 copy color: '#F85992'

red 248 ◦ green 89 ◦ blue 146

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

Shades of French Rose #F85992

Tints of French Rose #F85992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.43%

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 51.35%
G = 18.43%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F85992 (or 0xF85992) is known color: French Rose. HEX triplet: F8, 59 and 92. RGB value is (248,89,146). Sum of RGB (Red+Green+Blue) = 248+89+146=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F85992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85992 is #07A66D. Grayscale: #8E8E8E. Windows color (decimal): -501358 or 9591288. OLE color: 9591288.

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

Color convert

RGB 248 89 146 -
CMYK 0 0.64 0.41 0.03
HSL 338.49º 0.92% 0.66% -
HSV(B) 338.49º 0.64% 0.97% -
XYZ 47.47 29.18 30.32 -
YUV 143.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 248 89 146 0 0.64 0.41 0.03 338.49 0.92 0.66
Hex F8 59 92 0 40 29 3 152 5C 42
Octal 370 131 222 0 100 51 3 522 134 102
Binary 11111000 1011001 10010010 0 1000000 101001 11 101010010 1011100 1000010

Color Harmonies of #F85992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85992

Black with #F85992

Text Example


Text Example

White with #F85992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85992; }

 p { color: rgb(248,89,146); }

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

background-color css

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

 a { background-color: rgb(248,89,146); }

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

border-color css

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

 span { border-color: rgb(248,89,146); }

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