Html Css Color HEX #FA4D8D French Rose

📋 copy color: '#FA4D8D'

red 250 ◦ green 77 ◦ blue 141

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

Shades of French Rose #FA4D8D

Tints of French Rose #FA4D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 53.42%
G = 16.45%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA4D8D (or 0xFA4D8D) is known color: French Rose. HEX triplet: FA, 4D and 8D. RGB value is (250,77,141). Sum of RGB (Red+Green+Blue) = 250+77+141=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D8D is #05B272. Grayscale: #878787. Windows color (decimal): -373363 or 9260538. OLE color: 9260538.

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

Color convert

RGB 250 77 141 -
CMYK 0 0.69 0.44 0.02
HSL 337.8º 0.95% 0.64% -
HSV(B) 337.8º 0.69% 0.98% -
XYZ 46.89 27.55 28.05 -
YUV 136.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 250 77 141 0 0.69 0.44 0.02 337.8 0.95 0.64
Hex FA 4D 8D 0 45 2C 2 152 5F 40
Octal 372 115 215 0 105 54 2 522 137 100
Binary 11111010 1001101 10001101 0 1000101 101100 10 101010010 1011111 1000000

Color Harmonies of #FA4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D8D

Black with #FA4D8D

Text Example


Text Example

White with #FA4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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