Html Css Color HEX #F75A8D French Rose

📋 copy color: '#F75A8D'

red 247 ◦ green 90 ◦ blue 141

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

Shades of French Rose #F75A8D

Tints of French Rose #F75A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 51.67%
G = 18.83%
B = 29.5%

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

#F75A8D (or 0xF75A8D) is known color: French Rose. HEX triplet: F7, 5A and 8D. RGB value is (247,90,141). Sum of RGB (Red+Green+Blue) = 247+90+141=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75A8D is #08A572. Grayscale: #8E8E8E. Windows color (decimal): -566643 or 9263863. OLE color: 9263863.

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

Color convert

RGB 247 90 141 -
CMYK 0 0.64 0.43 0.03
HSL 340.51º 0.91% 0.66% -
HSV(B) 340.51º 0.64% 0.97% -
XYZ 46.82 29.01 28.33 -
YUV 142.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 247 90 141 0 0.64 0.43 0.03 340.51 0.91 0.66
Hex F7 5A 8D 0 40 2B 3 155 5B 42
Octal 367 132 215 0 100 53 3 525 133 102
Binary 11110111 1011010 10001101 0 1000000 101011 11 101010101 1011011 1000010

Color Harmonies of #F75A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A8D

Black with #F75A8D

Text Example


Text Example

White with #F75A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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