Html Css Color HEX #F75488 French Rose

📋 copy color: '#F75488'

red 247 ◦ green 84 ◦ blue 136

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

Shades of French Rose #F75488

Tints of French Rose #F75488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.99%

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

R = 52.89%
G = 17.99%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F75488 (or 0xF75488) is known color: French Rose. HEX triplet: F7, 54 and 88. RGB value is (247,84,136). Sum of RGB (Red+Green+Blue) = 247+84+136=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F75488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75488 is #08AB77. Grayscale: #8A8A8A. Windows color (decimal): -568184 or 8934647. OLE color: 8934647.

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

Color convert

RGB 247 84 136 -
CMYK 0 0.66 0.45 0.03
HSL 340.86º 0.91% 0.65% -
HSV(B) 340.86º 0.66% 0.97% -
XYZ 45.97 27.89 26.25 -
YUV 138.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 247 84 136 0 0.66 0.45 0.03 340.86 0.91 0.65
Hex F7 54 88 0 42 2D 3 155 5B 41
Octal 367 124 210 0 102 55 3 525 133 101
Binary 11110111 1010100 10001000 0 1000010 101101 11 101010101 1011011 1000001

Color Harmonies of #F75488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75488

Black with #F75488

Text Example


Text Example

White with #F75488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75488; }

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

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

background-color css

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

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

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

border-color css

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

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

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