Html Css Color HEX #F85193 French Rose

📋 copy color: '#F85193'

red 248 ◦ green 81 ◦ blue 147

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

Shades of French Rose #F85193

Tints of French Rose #F85193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.02%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 52.1%
G = 17.02%
B = 30.88%

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

#F85193 (or 0xF85193) is known color: French Rose. HEX triplet: F8, 51 and 93. RGB value is (248,81,147). Sum of RGB (Red+Green+Blue) = 248+81+147=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F85193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85193 is #07AE6C. Grayscale: #8A8A8A. Windows color (decimal): -503405 or 9654776. OLE color: 9654776.

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

Color convert

RGB 248 81 147 -
CMYK 0 0.67 0.41 0.03
HSL 336.29º 0.92% 0.65% -
HSV(B) 336.29º 0.67% 0.97% -
XYZ 46.92 27.95 30.53 -
YUV 138.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 248 81 147 0 0.67 0.41 0.03 336.29 0.92 0.65
Hex F8 51 93 0 43 29 3 150 5C 41
Octal 370 121 223 0 103 51 3 520 134 101
Binary 11111000 1010001 10010011 0 1000011 101001 11 101010000 1011100 1000001

Color Harmonies of #F85193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85193

Black with #F85193

Text Example


Text Example

White with #F85193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85193; }

 p { color: rgb(248,81,147); }

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

background-color css

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

 a { background-color: rgb(248,81,147); }

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

border-color css

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

 span { border-color: rgb(248,81,147); }

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