Html Css Color HEX #F75990 French Rose

📋 copy color: '#F75990'

red 247 ◦ green 89 ◦ blue 144

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

Shades of French Rose #F75990

Tints of French Rose #F75990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.54%

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

R = 51.46%
G = 18.54%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F75990 (or 0xF75990) is known color: French Rose. HEX triplet: F7, 59 and 90. RGB value is (247,89,144). Sum of RGB (Red+Green+Blue) = 247+89+144=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F75990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75990 is #08A66F. Grayscale: #8E8E8E. Windows color (decimal): -566896 or 9460215. OLE color: 9460215.

HSL color Cylindrical-coordinate representation of color #F75990: hue angle of 339.11º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75990 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 89 144 -
CMYK 0 0.64 0.42 0.03
HSL 339.11º 0.91% 0.66% -
HSV(B) 339.11º 0.64% 0.97% -
XYZ 46.96 28.93 29.49 -
YUV 142.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 247 89 144 0 0.64 0.42 0.03 339.11 0.91 0.66
Hex F7 59 90 0 40 2A 3 153 5B 42
Octal 367 131 220 0 100 52 3 523 133 102
Binary 11110111 1011001 10010000 0 1000000 101010 11 101010011 1011011 1000010

Color Harmonies of #F75990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75990

Black with #F75990

Text Example


Text Example

White with #F75990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75990; }

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

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

background-color css

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

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

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

border-color css

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

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

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