Html Css Color HEX #F75090 French Rose

📋 copy color: '#F75090'

red 247 ◦ green 80 ◦ blue 144

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

Shades of French Rose #F75090

Tints of French Rose #F75090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 52.44%
G = 16.99%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F75090 (or 0xF75090) is known color: French Rose. HEX triplet: F7, 50 and 90. RGB value is (247,80,144). Sum of RGB (Red+Green+Blue) = 247+80+144=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F75090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75090 is #08AF6F. Grayscale: #898989. Windows color (decimal): -569200 or 9457911. OLE color: 9457911.

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

Color convert

RGB 247 80 144 -
CMYK 0 0.68 0.42 0.03
HSL 337.01º 0.91% 0.64% -
HSV(B) 337.01º 0.68% 0.97% -
XYZ 46.26 27.53 29.26 -
YUV 137.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 247 80 144 0 0.68 0.42 0.03 337.01 0.91 0.64
Hex F7 50 90 0 44 2A 3 151 5B 40
Octal 367 120 220 0 104 52 3 521 133 100
Binary 11110111 1010000 10010000 0 1000100 101010 11 101010001 1011011 1000000

Color Harmonies of #F75090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75090

Black with #F75090

Text Example


Text Example

White with #F75090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75090; }

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

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

background-color css

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

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

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

border-color css

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

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

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