Html Css Color HEX #F75C91 French Rose

📋 copy color: '#F75C91'

red 247 ◦ green 92 ◦ blue 145

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

Shades of French Rose #F75C91

Tints of French Rose #F75C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 51.03%
G = 19.01%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F75C91 (or 0xF75C91) is known color: French Rose. HEX triplet: F7, 5C and 91. RGB value is (247,92,145). Sum of RGB (Red+Green+Blue) = 247+92+145=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C91 is #08A36E. Grayscale: #909090. Windows color (decimal): -566127 or 9526519. OLE color: 9526519.

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

Color convert

RGB 247 92 145 -
CMYK 0 0.63 0.41 0.03
HSL 339.48º 0.91% 0.66% -
HSV(B) 339.48º 0.63% 0.97% -
XYZ 47.3 29.47 29.98 -
YUV 144.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 247 92 145 0 0.63 0.41 0.03 339.48 0.91 0.66
Hex F7 5C 91 0 3F 29 3 153 5B 42
Octal 367 134 221 0 77 51 3 523 133 102
Binary 11110111 1011100 10010001 0 111111 101001 11 101010011 1011011 1000010

Color Harmonies of #F75C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C91

Black with #F75C91

Text Example


Text Example

White with #F75C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C91; }

 p { color: rgb(247,92,145); }

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

background-color css

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

 a { background-color: rgb(247,92,145); }

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

border-color css

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

 span { border-color: rgb(247,92,145); }

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