Html Css Color HEX #F7538D French Rose

📋 copy color: '#F7538D'

red 247 ◦ green 83 ◦ blue 141

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

Shades of French Rose #F7538D

Tints of French Rose #F7538D

RGB

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

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

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

R = 52.44%
G = 17.62%
B = 29.94%

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

#F7538D (or 0xF7538D) is known color: French Rose. HEX triplet: F7, 53 and 8D. RGB value is (247,83,141). Sum of RGB (Red+Green+Blue) = 247+83+141=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7538D is #08AC72. Grayscale: #8A8A8A. Windows color (decimal): -568435 or 9262071. OLE color: 9262071.

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

Color convert

RGB 247 83 141 -
CMYK 0 0.66 0.43 0.03
HSL 338.78º 0.91% 0.65% -
HSV(B) 338.78º 0.66% 0.97% -
XYZ 46.26 27.88 28.14 -
YUV 138.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 247 83 141 0 0.66 0.43 0.03 338.78 0.91 0.65
Hex F7 53 8D 0 42 2B 3 153 5B 41
Octal 367 123 215 0 102 53 3 523 133 101
Binary 11110111 1010011 10001101 0 1000010 101011 11 101010011 1011011 1000001

Color Harmonies of #F7538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7538D

Black with #F7538D

Text Example


Text Example

White with #F7538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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