Html Css Color HEX #FA4879 French Rose

📋 copy color: '#FA4879'

red 250 ◦ green 72 ◦ blue 121

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

Shades of French Rose #FA4879

Tints of French Rose #FA4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.25%

 BLUE value IS 121 (47.66% from 255) = 27.31%

R = 56.43%
G = 16.25%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA4879 (or 0xFA4879) is known color: French Rose. HEX triplet: FA, 48 and 79. RGB value is (250,72,121). Sum of RGB (Red+Green+Blue) = 250+72+121=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4879 is #05B786. Grayscale: #828282. Windows color (decimal): -374663 or 7948538. OLE color: 7948538.

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

Color convert

RGB 250 72 121 -
CMYK 0 0.71 0.52 0.02
HSL 343.48º 0.95% 0.63% -
HSV(B) 343.48º 0.71% 0.98% -
XYZ 45.19 26.34 20.79 -
YUV 130.81 122.47 213.02 -
System Red Green Blue C M Y K H S L
Decimal 250 72 121 0 0.71 0.52 0.02 343.48 0.95 0.63
Hex FA 48 79 0 47 34 2 157 5F 3F
Octal 372 110 171 0 107 64 2 527 137 77
Binary 11111010 1001000 1111001 0 1000111 110100 10 101010111 1011111 111111

Color Harmonies of #FA4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4879

Black with #FA4879

Text Example


Text Example

White with #FA4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4879; }

 p { color: rgb(250,72,121); }

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

background-color css

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

 a { background-color: rgb(250,72,121); }

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

border-color css

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

 span { border-color: rgb(250,72,121); }

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