Html Css Color HEX #F75089 French Rose

📋 copy color: '#F75089'

red 247 ◦ green 80 ◦ blue 137

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

Shades of French Rose #F75089

Tints of French Rose #F75089

RGB

 RED value IS 247 (96.88% from 255) = 53.23%

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

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 53.23%
G = 17.24%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F75089 (or 0xF75089) is known color: French Rose. HEX triplet: F7, 50 and 89. RGB value is (247,80,137). Sum of RGB (Red+Green+Blue) = 247+80+137=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F75089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75089 is #08AF76. Grayscale: #888888. Windows color (decimal): -569207 or 8999159. OLE color: 8999159.

HSL color Cylindrical-coordinate representation of color #F75089: hue angle of 339.52º degrees, saturation: 0.91, 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 #F75089 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 137 -
CMYK 0 0.68 0.45 0.03
HSL 339.52º 0.91% 0.64% -
HSV(B) 339.52º 0.68% 0.97% -
XYZ 45.74 27.32 26.53 -
YUV 136.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 247 80 137 0 0.68 0.45 0.03 339.52 0.91 0.64
Hex F7 50 89 0 44 2D 3 154 5B 40
Octal 367 120 211 0 104 55 3 524 133 100
Binary 11110111 1010000 10001001 0 1000100 101101 11 101010100 1011011 1000000

Color Harmonies of #F75089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75089

Black with #F75089

Text Example


Text Example

White with #F75089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75089; }

 p { color: rgb(247,80,137); }

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

background-color css

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

 a { background-color: rgb(247,80,137); }

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

border-color css

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

 span { border-color: rgb(247,80,137); }

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