Html Css Color HEX #F85592 French Rose

📋 copy color: '#F85592'

red 248 ◦ green 85 ◦ blue 146

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

Shades of French Rose #F85592

Tints of French Rose #F85592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.75%

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

R = 51.77%
G = 17.75%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F85592 (or 0xF85592) is known color: French Rose. HEX triplet: F8, 55 and 92. RGB value is (248,85,146). Sum of RGB (Red+Green+Blue) = 248+85+146=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F85592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85592 is #07AA6D. Grayscale: #8C8C8C. Windows color (decimal): -502382 or 9590264. OLE color: 9590264.

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

Color convert

RGB 248 85 146 -
CMYK 0 0.66 0.41 0.03
HSL 337.55º 0.92% 0.65% -
HSV(B) 337.55º 0.66% 0.97% -
XYZ 47.15 28.53 30.22 -
YUV 140.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 248 85 146 0 0.66 0.41 0.03 337.55 0.92 0.65
Hex F8 55 92 0 42 29 3 152 5C 41
Octal 370 125 222 0 102 51 3 522 134 101
Binary 11111000 1010101 10010010 0 1000010 101001 11 101010010 1011100 1000001

Color Harmonies of #F85592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85592

Black with #F85592

Text Example


Text Example

White with #F85592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85592; }

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

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

background-color css

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

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

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

border-color css

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

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

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