Html Css Color HEX #F9538C French Rose

📋 copy color: '#F9538C'

red 249 ◦ green 83 ◦ blue 140

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

Shades of French Rose #F9538C

Tints of French Rose #F9538C

RGB

 RED value IS 249 (97.66% from 255) = 52.75%

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

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

R = 52.75%
G = 17.58%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9538C (or 0xF9538C) is known color: French Rose. HEX triplet: F9, 53 and 8C. RGB value is (249,83,140). Sum of RGB (Red+Green+Blue) = 249+83+140=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9538C is #06AC73. Grayscale: #8B8B8B. Windows color (decimal): -437364 or 9196537. OLE color: 9196537.

HSL color Cylindrical-coordinate representation of color #F9538C: hue angle of 339.4º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9538C is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 83 140 -
CMYK 0 0.67 0.44 0.02
HSL 339.4º 0.93% 0.65% -
HSV(B) 339.4º 0.67% 0.98% -
XYZ 46.89 28.22 27.79 -
YUV 139.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 249 83 140 0 0.67 0.44 0.02 339.4 0.93 0.65
Hex F9 53 8C 0 43 2C 2 153 5D 41
Octal 371 123 214 0 103 54 2 523 135 101
Binary 11111001 1010011 10001100 0 1000011 101100 10 101010011 1011101 1000001

Color Harmonies of #F9538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9538C

Black with #F9538C

Text Example


Text Example

White with #F9538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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