Html Css Color HEX #F75096 French Rose

📋 copy color: '#F75096'

red 247 ◦ green 80 ◦ blue 150

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

Shades of French Rose #F75096

Tints of French Rose #F75096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.45%

R = 51.78%
G = 16.77%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F75096 (or 0xF75096) is known color: French Rose. HEX triplet: F7, 50 and 96. RGB value is (247,80,150). Sum of RGB (Red+Green+Blue) = 247+80+150=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F75096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75096 is #08AF69. Grayscale: #898989. Windows color (decimal): -569194 or 9851127. OLE color: 9851127.

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

Color convert

RGB 247 80 150 -
CMYK 0 0.68 0.39 0.03
HSL 334.85º 0.91% 0.64% -
HSV(B) 334.85º 0.68% 0.97% -
XYZ 46.73 27.71 31.74 -
YUV 137.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 247 80 150 0 0.68 0.39 0.03 334.85 0.91 0.64
Hex F7 50 96 0 44 27 3 14F 5B 40
Octal 367 120 226 0 104 47 3 517 133 100
Binary 11110111 1010000 10010110 0 1000100 100111 11 101001111 1011011 1000000

Color Harmonies of #F75096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75096

Black with #F75096

Text Example


Text Example

White with #F75096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75096; }

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

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

background-color css

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

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

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

border-color css

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

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

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