Html Css Color HEX #F75081 French Rose

📋 copy color: '#F75081'

red 247 ◦ green 80 ◦ blue 129

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

Shades of French Rose #F75081

Tints of French Rose #F75081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.29%

R = 54.17%
G = 17.54%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F75081 (or 0xF75081) is known color: French Rose. HEX triplet: F7, 50 and 81. RGB value is (247,80,129). Sum of RGB (Red+Green+Blue) = 247+80+129=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F75081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75081 is #08AF7E. Grayscale: #878787. Windows color (decimal): -569215 or 8474871. OLE color: 8474871.

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

Color convert

RGB 247 80 129 -
CMYK 0 0.68 0.48 0.03
HSL 342.4º 0.91% 0.64% -
HSV(B) 342.4º 0.68% 0.97% -
XYZ 45.19 27.1 23.62 -
YUV 135.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 247 80 129 0 0.68 0.48 0.03 342.4 0.91 0.64
Hex F7 50 81 0 44 30 3 156 5B 40
Octal 367 120 201 0 104 60 3 526 133 100
Binary 11110111 1010000 10000001 0 1000100 110000 11 101010110 1011011 1000000

Color Harmonies of #F75081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75081

Black with #F75081

Text Example


Text Example

White with #F75081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75081; }

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

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

background-color css

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

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

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

border-color css

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

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

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