Html Css Color HEX #F75084 French Rose

📋 copy color: '#F75084'

red 247 ◦ green 80 ◦ blue 132

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

Shades of French Rose #F75084

Tints of French Rose #F75084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.76%

R = 53.81%
G = 17.43%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F75084 (or 0xF75084) is known color: French Rose. HEX triplet: F7, 50 and 84. RGB value is (247,80,132). Sum of RGB (Red+Green+Blue) = 247+80+132=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F75084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75084 is #08AF7B. Grayscale: #878787. Windows color (decimal): -569212 or 8671479. OLE color: 8671479.

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

Color convert

RGB 247 80 132 -
CMYK 0 0.68 0.47 0.03
HSL 341.32º 0.91% 0.64% -
HSV(B) 341.32º 0.68% 0.97% -
XYZ 45.39 27.18 24.68 -
YUV 135.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 247 80 132 0 0.68 0.47 0.03 341.32 0.91 0.64
Hex F7 50 84 0 44 2F 3 155 5B 40
Octal 367 120 204 0 104 57 3 525 133 100
Binary 11110111 1010000 10000100 0 1000100 101111 11 101010101 1011011 1000000

Color Harmonies of #F75084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75084

Black with #F75084

Text Example


Text Example

White with #F75084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75084; }

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

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

background-color css

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

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

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

border-color css

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

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

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