Html Css Color HEX #F75080 French Rose

📋 copy color: '#F75080'

red 247 ◦ green 80 ◦ blue 128

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

Shades of French Rose #F75080

Tints of French Rose #F75080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.13%

R = 54.29%
G = 17.58%
B = 28.13%

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

#F75080 (or 0xF75080) is known color: French Rose. HEX triplet: F7, 50 and 80. RGB value is (247,80,128). Sum of RGB (Red+Green+Blue) = 247+80+128=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F75080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75080 is #08AF7F. Grayscale: #878787. Windows color (decimal): -569216 or 8409335. OLE color: 8409335.

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

Color convert

RGB 247 80 128 -
CMYK 0 0.68 0.48 0.03
HSL 342.75º 0.91% 0.64% -
HSV(B) 342.75º 0.68% 0.97% -
XYZ 45.12 27.07 23.27 -
YUV 135.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 247 80 128 0 0.68 0.48 0.03 342.75 0.91 0.64
Hex F7 50 80 0 44 30 3 157 5B 40
Octal 367 120 200 0 104 60 3 527 133 100
Binary 11110111 1010000 10000000 0 1000100 110000 11 101010111 1011011 1000000

Color Harmonies of #F75080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75080

Black with #F75080

Text Example


Text Example

White with #F75080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75080; }

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

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

background-color css

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

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

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

border-color css

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

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

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