Html Css Color HEX #FA4C8D French Rose

📋 copy color: '#FA4C8D'

red 250 ◦ green 76 ◦ blue 141

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

Shades of French Rose #FA4C8D

Tints of French Rose #FA4C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

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

R = 53.53%
G = 16.27%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA4C8D (or 0xFA4C8D) is known color: French Rose. HEX triplet: FA, 4C and 8D. RGB value is (250,76,141). Sum of RGB (Red+Green+Blue) = 250+76+141=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4C8D is #05B372. Grayscale: #878787. Windows color (decimal): -373619 or 9260282. OLE color: 9260282.

HSL color Cylindrical-coordinate representation of color #FA4C8D: hue angle of 337.59º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4C8D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 141 -
CMYK 0 0.70 0.44 0.02
HSL 337.59º 0.95% 0.64% -
HSV(B) 337.59º 0.7% 0.98% -
XYZ 46.82 27.42 28.02 -
YUV 135.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 250 76 141 0 0.70 0.44 0.02 337.59 0.95 0.64
Hex FA 4C 8D 0 46 2C 2 152 5F 40
Octal 372 114 215 0 106 54 2 522 137 100
Binary 11111010 1001100 10001101 0 1000110 101100 10 101010010 1011111 1000000

Color Harmonies of #FA4C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C8D

Black with #FA4C8D

Text Example


Text Example

White with #FA4C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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