Html Css Color HEX #F7558A French Rose

📋 copy color: '#F7558A'

red 247 ◦ green 85 ◦ blue 138

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

Shades of French Rose #F7558A

Tints of French Rose #F7558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 52.55%
G = 18.09%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7558A (or 0xF7558A) is known color: French Rose. HEX triplet: F7, 55 and 8A. RGB value is (247,85,138). Sum of RGB (Red+Green+Blue) = 247+85+138=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7558A is #08AA75. Grayscale: #8B8B8B. Windows color (decimal): -567926 or 9065975. OLE color: 9065975.

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

Color convert

RGB 247 85 138 -
CMYK 0 0.66 0.44 0.03
HSL 340.37º 0.91% 0.65% -
HSV(B) 340.37º 0.66% 0.97% -
XYZ 46.19 28.11 27.04 -
YUV 139.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 247 85 138 0 0.66 0.44 0.03 340.37 0.91 0.65
Hex F7 55 8A 0 42 2C 3 154 5B 41
Octal 367 125 212 0 102 54 3 524 133 101
Binary 11110111 1010101 10001010 0 1000010 101100 11 101010100 1011011 1000001

Color Harmonies of #F7558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7558A

Black with #F7558A

Text Example


Text Example

White with #F7558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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