Html Css Color HEX #F85892 French Rose

📋 copy color: '#F85892'

red 248 ◦ green 88 ◦ blue 146

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

Shades of French Rose #F85892

Tints of French Rose #F85892

RGB

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

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

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

R = 51.45%
G = 18.26%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F85892 (or 0xF85892) is known color: French Rose. HEX triplet: F8, 58 and 92. RGB value is (248,88,146). Sum of RGB (Red+Green+Blue) = 248+88+146=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F85892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85892 is #07A76D. Grayscale: #8E8E8E. Windows color (decimal): -501614 or 9591032. OLE color: 9591032.

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

Color convert

RGB 248 88 146 -
CMYK 0 0.65 0.41 0.03
HSL 338.25º 0.92% 0.66% -
HSV(B) 338.25º 0.65% 0.97% -
XYZ 47.39 29.01 30.3 -
YUV 142.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 248 88 146 0 0.65 0.41 0.03 338.25 0.92 0.66
Hex F8 58 92 0 41 29 3 152 5C 42
Octal 370 130 222 0 101 51 3 522 134 102
Binary 11111000 1011000 10010010 0 1000001 101001 11 101010010 1011100 1000010

Color Harmonies of #F85892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85892

Black with #F85892

Text Example


Text Example

White with #F85892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85892; }

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

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

background-color css

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

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

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

border-color css

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

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

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