Html Css Color HEX #FA548F French Rose

📋 copy color: '#FA548F'

red 250 ◦ green 84 ◦ blue 143

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

Shades of French Rose #FA548F

Tints of French Rose #FA548F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 52.41%
G = 17.61%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA548F (or 0xFA548F) is known color: French Rose. HEX triplet: FA, 54 and 8F. RGB value is (250,84,143). Sum of RGB (Red+Green+Blue) = 250+84+143=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA548F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA548F is #05AB70. Grayscale: #8C8C8C. Windows color (decimal): -371569 or 9393402. OLE color: 9393402.

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

Color convert

RGB 250 84 143 -
CMYK 0 0.66 0.43 0.02
HSL 338.67º 0.94% 0.65% -
HSV(B) 338.67º 0.66% 0.98% -
XYZ 47.55 28.65 29.01 -
YUV 140.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 250 84 143 0 0.66 0.43 0.02 338.67 0.94 0.65
Hex FA 54 8F 0 42 2B 2 153 5E 41
Octal 372 124 217 0 102 53 2 523 136 101
Binary 11111010 1010100 10001111 0 1000010 101011 10 101010011 1011110 1000001

Color Harmonies of #FA548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA548F

Black with #FA548F

Text Example


Text Example

White with #FA548F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA548F; }

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

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

background-color css

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

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

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

border-color css

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

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

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