Html Css Color HEX #F9538E French Rose

📋 copy color: '#F9538E'

red 249 ◦ green 83 ◦ blue 142

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

Shades of French Rose #F9538E

Tints of French Rose #F9538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 52.53%
G = 17.51%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9538E (or 0xF9538E) is known color: French Rose. HEX triplet: F9, 53 and 8E. RGB value is (249,83,142). Sum of RGB (Red+Green+Blue) = 249+83+142=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9538E is #06AC71. Grayscale: #8B8B8B. Windows color (decimal): -437362 or 9327609. OLE color: 9327609.

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

Color convert

RGB 249 83 142 -
CMYK 0 0.67 0.43 0.02
HSL 338.67º 0.93% 0.65% -
HSV(B) 338.67º 0.67% 0.98% -
XYZ 47.04 28.28 28.57 -
YUV 139.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 249 83 142 0 0.67 0.43 0.02 338.67 0.93 0.65
Hex F9 53 8E 0 43 2B 2 153 5D 41
Octal 371 123 216 0 103 53 2 523 135 101
Binary 11111001 1010011 10001110 0 1000011 101011 10 101010011 1011101 1000001

Color Harmonies of #F9538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9538E

Black with #F9538E

Text Example


Text Example

White with #F9538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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