Html Css Color HEX #FA4F81 French Rose

📋 copy color: '#FA4F81'

red 250 ◦ green 79 ◦ blue 129

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

Shades of French Rose #FA4F81

Tints of French Rose #FA4F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.25%

 BLUE value IS 129 (50.78% from 255) = 28.17%

R = 54.59%
G = 17.25%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA4F81 (or 0xFA4F81) is known color: French Rose. HEX triplet: FA, 4F and 81. RGB value is (250,79,129). Sum of RGB (Red+Green+Blue) = 250+79+129=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4F81 is #05B07E. Grayscale: #878787. Windows color (decimal): -372863 or 8474618. OLE color: 8474618.

HSL color Cylindrical-coordinate representation of color #FA4F81: hue angle of 342.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4F81 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 129 -
CMYK 0 0.68 0.48 0.02
HSL 342.46º 0.94% 0.65% -
HSV(B) 342.46º 0.68% 0.98% -
XYZ 46.18 27.5 23.64 -
YUV 135.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 250 79 129 0 0.68 0.48 0.02 342.46 0.94 0.65
Hex FA 4F 81 0 44 30 2 156 5E 41
Octal 372 117 201 0 104 60 2 526 136 101
Binary 11111010 1001111 10000001 0 1000100 110000 10 101010110 1011110 1000001

Color Harmonies of #FA4F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F81

Black with #FA4F81

Text Example


Text Example

White with #FA4F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F81; }

 p { color: rgb(250,79,129); }

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

background-color css

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

 a { background-color: rgb(250,79,129); }

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

border-color css

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

 span { border-color: rgb(250,79,129); }

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