Html Css Color HEX #F75C8E French Rose

📋 copy color: '#F75C8E'

red 247 ◦ green 92 ◦ blue 142

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

Shades of French Rose #F75C8E

Tints of French Rose #F75C8E

RGB

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

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

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

R = 51.35%
G = 19.13%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F75C8E (or 0xF75C8E) is known color: French Rose. HEX triplet: F7, 5C and 8E. RGB value is (247,92,142). Sum of RGB (Red+Green+Blue) = 247+92+142=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C8E is #08A371. Grayscale: #909090. Windows color (decimal): -566130 or 9329911. OLE color: 9329911.

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

Color convert

RGB 247 92 142 -
CMYK 0 0.63 0.43 0.03
HSL 340.65º 0.91% 0.66% -
HSV(B) 340.65º 0.63% 0.97% -
XYZ 47.07 29.38 28.78 -
YUV 144.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 247 92 142 0 0.63 0.43 0.03 340.65 0.91 0.66
Hex F7 5C 8E 0 3F 2B 3 155 5B 42
Octal 367 134 216 0 77 53 3 525 133 102
Binary 11110111 1011100 10001110 0 111111 101011 11 101010101 1011011 1000010

Color Harmonies of #F75C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C8E

Black with #F75C8E

Text Example


Text Example

White with #F75C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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