Html Css Color HEX #FA548D French Rose

📋 copy color: '#FA548D'

red 250 ◦ green 84 ◦ blue 141

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

Shades of French Rose #FA548D

Tints of French Rose #FA548D

RGB

 RED value IS 250 (98.05% from 255) = 52.63%

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

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

R = 52.63%
G = 17.68%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA548D (or 0xFA548D) is known color: French Rose. HEX triplet: FA, 54 and 8D. RGB value is (250,84,141). Sum of RGB (Red+Green+Blue) = 250+84+141=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA548D is #05AB72. Grayscale: #8C8C8C. Windows color (decimal): -371571 or 9262330. OLE color: 9262330.

HSL color Cylindrical-coordinate representation of color #FA548D: hue angle of 339.4º degrees, saturation: 0.94, 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 #FA548D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 141 -
CMYK 0 0.66 0.44 0.02
HSL 339.4º 0.94% 0.65% -
HSV(B) 339.4º 0.66% 0.98% -
XYZ 47.4 28.59 28.22 -
YUV 140.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 250 84 141 0 0.66 0.44 0.02 339.4 0.94 0.65
Hex FA 54 8D 0 42 2C 2 153 5E 41
Octal 372 124 215 0 102 54 2 523 136 101
Binary 11111010 1010100 10001101 0 1000010 101100 10 101010011 1011110 1000001

Color Harmonies of #FA548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA548D

Black with #FA548D

Text Example


Text Example

White with #FA548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA548D; }

 p { color: rgb(250,84,141); }

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

background-color css

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

 a { background-color: rgb(250,84,141); }

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

border-color css

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

 span { border-color: rgb(250,84,141); }

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