Html Css Color HEX #FA4987 French Rose

📋 copy color: '#FA4987'

red 250 ◦ green 73 ◦ blue 135

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

Shades of French Rose #FA4987

Tints of French Rose #FA4987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.94%

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 54.59%
G = 15.94%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA4987 (or 0xFA4987) is known color: French Rose. HEX triplet: FA, 49 and 87. RGB value is (250,73,135). Sum of RGB (Red+Green+Blue) = 250+73+135=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4987 is #05B678. Grayscale: #848484. Windows color (decimal): -374393 or 8866298. OLE color: 8866298.

HSL color Cylindrical-coordinate representation of color #FA4987: hue angle of 338.98º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA4987 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 73 135 -
CMYK 0 0.71 0.46 0.02
HSL 338.98º 0.95% 0.63% -
HSV(B) 338.98º 0.71% 0.98% -
XYZ 46.18 26.84 25.67 -
YUV 132.99 129.14 211.46 -
System Red Green Blue C M Y K H S L
Decimal 250 73 135 0 0.71 0.46 0.02 338.98 0.95 0.63
Hex FA 49 87 0 47 2E 2 153 5F 3F
Octal 372 111 207 0 107 56 2 523 137 77
Binary 11111010 1001001 10000111 0 1000111 101110 10 101010011 1011111 111111

Color Harmonies of #FA4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4987

Black with #FA4987

Text Example


Text Example

White with #FA4987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4987; }

 p { color: rgb(250,73,135); }

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

background-color css

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

 a { background-color: rgb(250,73,135); }

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

border-color css

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

 span { border-color: rgb(250,73,135); }

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