Html Css Color HEX #FA548C French Rose

📋 copy color: '#FA548C'

red 250 ◦ green 84 ◦ blue 140

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

Shades of French Rose #FA548C

Tints of French Rose #FA548C

RGB

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

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

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

R = 52.74%
G = 17.72%
B = 29.54%

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

#FA548C (or 0xFA548C) is known color: French Rose. HEX triplet: FA, 54 and 8C. RGB value is (250,84,140). Sum of RGB (Red+Green+Blue) = 250+84+140=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA548C is #05AB73. Grayscale: #8B8B8B. Windows color (decimal): -371572 or 9196794. OLE color: 9196794.

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

Color convert

RGB 250 84 140 -
CMYK 0 0.66 0.44 0.02
HSL 339.76º 0.94% 0.65% -
HSV(B) 339.76º 0.66% 0.98% -
XYZ 47.33 28.56 27.83 -
YUV 140.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 250 84 140 0 0.66 0.44 0.02 339.76 0.94 0.65
Hex FA 54 8C 0 42 2C 2 154 5E 41
Octal 372 124 214 0 102 54 2 524 136 101
Binary 11111010 1010100 10001100 0 1000010 101100 10 101010100 1011110 1000001

Color Harmonies of #FA548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA548C

Black with #FA548C

Text Example


Text Example

White with #FA548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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