Html Css Color HEX #F7538C French Rose

📋 copy color: '#F7538C'

red 247 ◦ green 83 ◦ blue 140

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

Shades of French Rose #F7538C

Tints of French Rose #F7538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.66%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 52.55%
G = 17.66%
B = 29.79%

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

#F7538C (or 0xF7538C) is known color: French Rose. HEX triplet: F7, 53 and 8C. RGB value is (247,83,140). Sum of RGB (Red+Green+Blue) = 247+83+140=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7538C is #08AC73. Grayscale: #8A8A8A. Windows color (decimal): -568436 or 9196535. OLE color: 9196535.

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

Color convert

RGB 247 83 140 -
CMYK 0 0.66 0.43 0.03
HSL 339.15º 0.91% 0.65% -
HSV(B) 339.15º 0.66% 0.97% -
XYZ 46.18 27.85 27.75 -
YUV 138.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 247 83 140 0 0.66 0.43 0.03 339.15 0.91 0.65
Hex F7 53 8C 0 42 2B 3 153 5B 41
Octal 367 123 214 0 102 53 3 523 133 101
Binary 11110111 1010011 10001100 0 1000010 101011 11 101010011 1011011 1000001

Color Harmonies of #F7538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7538C

Black with #F7538C

Text Example


Text Example

White with #F7538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7538C; }

 p { color: rgb(247,83,140); }

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

background-color css

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

 a { background-color: rgb(247,83,140); }

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

border-color css

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

 span { border-color: rgb(247,83,140); }

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