Html Css Color HEX #F9548A French Rose

📋 copy color: '#F9548A'

red 249 ◦ green 84 ◦ blue 138

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

Shades of French Rose #F9548A

Tints of French Rose #F9548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.83%

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

R = 52.87%
G = 17.83%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9548A (or 0xF9548A) is known color: French Rose. HEX triplet: F9, 54 and 8A. RGB value is (249,84,138). Sum of RGB (Red+Green+Blue) = 249+84+138=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9548A is #06AB75. Grayscale: #8B8B8B. Windows color (decimal): -437110 or 9065721. OLE color: 9065721.

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

Color convert

RGB 249 84 138 -
CMYK 0 0.66 0.45 0.02
HSL 340.36º 0.93% 0.65% -
HSV(B) 340.36º 0.66% 0.98% -
XYZ 46.82 28.32 27.04 -
YUV 139.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 249 84 138 0 0.66 0.45 0.02 340.36 0.93 0.65
Hex F9 54 8A 0 42 2D 2 154 5D 41
Octal 371 124 212 0 102 55 2 524 135 101
Binary 11111001 1010100 10001010 0 1000010 101101 10 101010100 1011101 1000001

Color Harmonies of #F9548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9548A

Black with #F9548A

Text Example


Text Example

White with #F9548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9548A; }

 p { color: rgb(249,84,138); }

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

background-color css

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

 a { background-color: rgb(249,84,138); }

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

border-color css

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

 span { border-color: rgb(249,84,138); }

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