Html Css Color HEX #F85392 French Rose

📋 copy color: '#F85392'

red 248 ◦ green 83 ◦ blue 146

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

Shades of French Rose #F85392

Tints of French Rose #F85392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 51.99%
G = 17.4%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F85392 (or 0xF85392) is known color: French Rose. HEX triplet: F8, 53 and 92. RGB value is (248,83,146). Sum of RGB (Red+Green+Blue) = 248+83+146=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F85392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85392 is #07AC6D. Grayscale: #8B8B8B. Windows color (decimal): -502894 or 9589752. OLE color: 9589752.

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

Color convert

RGB 248 83 146 -
CMYK 0 0.67 0.41 0.03
HSL 337.09º 0.92% 0.65% -
HSV(B) 337.09º 0.67% 0.97% -
XYZ 46.99 28.22 30.16 -
YUV 139.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 248 83 146 0 0.67 0.41 0.03 337.09 0.92 0.65
Hex F8 53 92 0 43 29 3 151 5C 41
Octal 370 123 222 0 103 51 3 521 134 101
Binary 11111000 1010011 10010010 0 1000011 101001 11 101010001 1011100 1000001

Color Harmonies of #F85392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85392

Black with #F85392

Text Example


Text Example

White with #F85392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85392; }

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

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

background-color css

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

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

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

border-color css

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

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

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