Html Css Color HEX #F85085 French Rose

📋 copy color: '#F85085'

red 248 ◦ green 80 ◦ blue 133

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

Shades of French Rose #F85085

Tints of French Rose #F85085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 53.8%
G = 17.35%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F85085 (or 0xF85085) is known color: French Rose. HEX triplet: F8, 50 and 85. RGB value is (248,80,133). Sum of RGB (Red+Green+Blue) = 248+80+133=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F85085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85085 is #07AF7A. Grayscale: #888888. Windows color (decimal): -503675 or 8737016. OLE color: 8737016.

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

Color convert

RGB 248 80 133 -
CMYK 0 0.68 0.46 0.03
HSL 341.07º 0.92% 0.64% -
HSV(B) 341.07º 0.68% 0.97% -
XYZ 45.81 27.39 25.06 -
YUV 136.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 248 80 133 0 0.68 0.46 0.03 341.07 0.92 0.64
Hex F8 50 85 0 44 2E 3 155 5C 40
Octal 370 120 205 0 104 56 3 525 134 100
Binary 11111000 1010000 10000101 0 1000100 101110 11 101010101 1011100 1000000

Color Harmonies of #F85085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85085

Black with #F85085

Text Example


Text Example

White with #F85085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85085; }

 p { color: rgb(248,80,133); }

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

background-color css

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

 a { background-color: rgb(248,80,133); }

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

border-color css

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

 span { border-color: rgb(248,80,133); }

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