Html Css Color HEX #F75188 French Rose

📋 copy color: '#F75188'

red 247 ◦ green 81 ◦ blue 136

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

Shades of French Rose #F75188

Tints of French Rose #F75188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 53.23%
G = 17.46%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F75188 (or 0xF75188) is known color: French Rose. HEX triplet: F7, 51 and 88. RGB value is (247,81,136). Sum of RGB (Red+Green+Blue) = 247+81+136=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F75188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75188 is #08AE77. Grayscale: #888888. Windows color (decimal): -568952 or 8933879. OLE color: 8933879.

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

Color convert

RGB 247 81 136 -
CMYK 0 0.67 0.45 0.03
HSL 340.12º 0.91% 0.64% -
HSV(B) 340.12º 0.67% 0.97% -
XYZ 45.74 27.44 26.18 -
YUV 136.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 247 81 136 0 0.67 0.45 0.03 340.12 0.91 0.64
Hex F7 51 88 0 43 2D 3 154 5B 40
Octal 367 121 210 0 103 55 3 524 133 100
Binary 11110111 1010001 10001000 0 1000011 101101 11 101010100 1011011 1000000

Color Harmonies of #F75188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75188

Black with #F75188

Text Example


Text Example

White with #F75188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75188; }

 p { color: rgb(247,81,136); }

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

background-color css

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

 a { background-color: rgb(247,81,136); }

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

border-color css

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

 span { border-color: rgb(247,81,136); }

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