Html Css Color HEX #FA4D81 French Rose

📋 copy color: '#FA4D81'

red 250 ◦ green 77 ◦ blue 129

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

Shades of French Rose #FA4D81

Tints of French Rose #FA4D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

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

R = 54.82%
G = 16.89%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA4D81 (or 0xFA4D81) is known color: French Rose. HEX triplet: FA, 4D and 81. RGB value is (250,77,129). Sum of RGB (Red+Green+Blue) = 250+77+129=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D81 is #05B27E. Grayscale: #868686. Windows color (decimal): -373375 or 8474106. OLE color: 8474106.

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

Color convert

RGB 250 77 129 -
CMYK 0 0.69 0.48 0.02
HSL 341.97º 0.95% 0.64% -
HSV(B) 341.97º 0.69% 0.98% -
XYZ 46.04 27.22 23.6 -
YUV 134.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 250 77 129 0 0.69 0.48 0.02 341.97 0.95 0.64
Hex FA 4D 81 0 45 30 2 156 5F 40
Octal 372 115 201 0 105 60 2 526 137 100
Binary 11111010 1001101 10000001 0 1000101 110000 10 101010110 1011111 1000000

Color Harmonies of #FA4D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D81

Black with #FA4D81

Text Example


Text Example

White with #FA4D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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