Html Css Color HEX #F75C92 French Rose

📋 copy color: '#F75C92'

red 247 ◦ green 92 ◦ blue 146

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

Shades of French Rose #F75C92

Tints of French Rose #F75C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 50.93%
G = 18.97%
B = 30.1%

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

#F75C92 (or 0xF75C92) is known color: French Rose. HEX triplet: F7, 5C and 92. RGB value is (247,92,146). Sum of RGB (Red+Green+Blue) = 247+92+146=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C92 is #08A36D. Grayscale: #909090. Windows color (decimal): -566126 or 9592055. OLE color: 9592055.

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

Color convert

RGB 247 92 146 -
CMYK 0 0.63 0.41 0.03
HSL 339.1º 0.91% 0.66% -
HSV(B) 339.1º 0.63% 0.97% -
XYZ 47.37 29.5 30.39 -
YUV 144.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 247 92 146 0 0.63 0.41 0.03 339.1 0.91 0.66
Hex F7 5C 92 0 3F 29 3 153 5B 42
Octal 367 134 222 0 77 51 3 523 133 102
Binary 11110111 1011100 10010010 0 111111 101001 11 101010011 1011011 1000010

Color Harmonies of #F75C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C92

Black with #F75C92

Text Example


Text Example

White with #F75C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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