Html Css Color HEX #FA4878 French Rose

📋 copy color: '#FA4878'

red 250 ◦ green 72 ◦ blue 120

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

Shades of French Rose #FA4878

Tints of French Rose #FA4878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 56.56%
G = 16.29%
B = 27.15%

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

#FA4878 (or 0xFA4878) is known color: French Rose. HEX triplet: FA, 48 and 78. RGB value is (250,72,120). Sum of RGB (Red+Green+Blue) = 250+72+120=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4878 is #05B787. Grayscale: #828282. Windows color (decimal): -374664 or 7883002. OLE color: 7883002.

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

Color convert

RGB 250 72 120 -
CMYK 0 0.71 0.52 0.02
HSL 343.82º 0.95% 0.63% -
HSV(B) 343.82º 0.71% 0.98% -
XYZ 45.13 26.31 20.47 -
YUV 130.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 250 72 120 0 0.71 0.52 0.02 343.82 0.95 0.63
Hex FA 48 78 0 47 34 2 158 5F 3F
Octal 372 110 170 0 107 64 2 530 137 77
Binary 11111010 1001000 1111000 0 1000111 110100 10 101011000 1011111 111111

Color Harmonies of #FA4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4878

Black with #FA4878

Text Example


Text Example

White with #FA4878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4878; }

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

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

background-color css

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

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

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

border-color css

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

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

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