Html Css Color HEX #F75A8E French Rose

📋 copy color: '#F75A8E'

red 247 ◦ green 90 ◦ blue 142

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

Shades of French Rose #F75A8E

Tints of French Rose #F75A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 51.57%
G = 18.79%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F75A8E (or 0xF75A8E) is known color: French Rose. HEX triplet: F7, 5A and 8E. RGB value is (247,90,142). Sum of RGB (Red+Green+Blue) = 247+90+142=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75A8E is #08A571. Grayscale: #8E8E8E. Windows color (decimal): -566642 or 9329399. OLE color: 9329399.

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

Color convert

RGB 247 90 142 -
CMYK 0 0.64 0.43 0.03
HSL 340.13º 0.91% 0.66% -
HSV(B) 340.13º 0.64% 0.97% -
XYZ 46.9 29.04 28.72 -
YUV 142.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 247 90 142 0 0.64 0.43 0.03 340.13 0.91 0.66
Hex F7 5A 8E 0 40 2B 3 154 5B 42
Octal 367 132 216 0 100 53 3 524 133 102
Binary 11110111 1011010 10001110 0 1000000 101011 11 101010100 1011011 1000010

Color Harmonies of #F75A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A8E

Black with #F75A8E

Text Example


Text Example

White with #F75A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A8E; }

 p { color: rgb(247,90,142); }

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

background-color css

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

 a { background-color: rgb(247,90,142); }

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

border-color css

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

 span { border-color: rgb(247,90,142); }

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