Html Css Color HEX #F7558D French Rose

📋 copy color: '#F7558D'

red 247 ◦ green 85 ◦ blue 141

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

Shades of French Rose #F7558D

Tints of French Rose #F7558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

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

R = 52.22%
G = 17.97%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7558D (or 0xF7558D) is known color: French Rose. HEX triplet: F7, 55 and 8D. RGB value is (247,85,141). Sum of RGB (Red+Green+Blue) = 247+85+141=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7558D is #08AA72. Grayscale: #8B8B8B. Windows color (decimal): -567923 or 9262583. OLE color: 9262583.

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

Color convert

RGB 247 85 141 -
CMYK 0 0.66 0.43 0.03
HSL 339.26º 0.91% 0.65% -
HSV(B) 339.26º 0.66% 0.97% -
XYZ 46.41 28.19 28.2 -
YUV 139.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 247 85 141 0 0.66 0.43 0.03 339.26 0.91 0.65
Hex F7 55 8D 0 42 2B 3 153 5B 41
Octal 367 125 215 0 102 53 3 523 133 101
Binary 11110111 1010101 10001101 0 1000010 101011 11 101010011 1011011 1000001

Color Harmonies of #F7558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7558D

Black with #F7558D

Text Example


Text Example

White with #F7558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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