Html Css Color HEX #F85194 French Rose

📋 copy color: '#F85194'

red 248 ◦ green 81 ◦ blue 148

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

Shades of French Rose #F85194

Tints of French Rose #F85194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 51.99%
G = 16.98%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F85194 (or 0xF85194) is known color: French Rose. HEX triplet: F8, 51 and 94. RGB value is (248,81,148). Sum of RGB (Red+Green+Blue) = 248+81+148=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F85194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85194 is #07AE6B. Grayscale: #8A8A8A. Windows color (decimal): -503404 or 9720312. OLE color: 9720312.

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

Color convert

RGB 248 81 148 -
CMYK 0 0.67 0.40 0.03
HSL 335.93º 0.92% 0.65% -
HSV(B) 335.93º 0.67% 0.97% -
XYZ 47 27.98 30.94 -
YUV 138.57 133.33 206.05 -
System Red Green Blue C M Y K H S L
Decimal 248 81 148 0 0.67 0.40 0.03 335.93 0.92 0.65
Hex F8 51 94 0 43 28 3 150 5C 41
Octal 370 121 224 0 103 50 3 520 134 101
Binary 11111000 1010001 10010100 0 1000011 101000 11 101010000 1011100 1000001

Color Harmonies of #F85194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85194

Black with #F85194

Text Example


Text Example

White with #F85194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85194; }

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

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

background-color css

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

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

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

border-color css

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

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

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