Html Css Color HEX #FA4D95 French Rose

📋 copy color: '#FA4D95'

red 250 ◦ green 77 ◦ blue 149

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

Shades of French Rose #FA4D95

Tints of French Rose #FA4D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.3%

R = 52.52%
G = 16.18%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA4D95 (or 0xFA4D95) is known color: French Rose. HEX triplet: FA, 4D and 95. RGB value is (250,77,149). Sum of RGB (Red+Green+Blue) = 250+77+149=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D95 is #05B26A. Grayscale: #888888. Windows color (decimal): -373355 or 9784826. OLE color: 9784826.

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

Color convert

RGB 250 77 149 -
CMYK 0 0.69 0.40 0.02
HSL 335.03º 0.95% 0.64% -
HSV(B) 335.03º 0.69% 0.98% -
XYZ 47.5 27.8 31.3 -
YUV 136.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 250 77 149 0 0.69 0.40 0.02 335.03 0.95 0.64
Hex FA 4D 95 0 45 28 2 14F 5F 40
Octal 372 115 225 0 105 50 2 517 137 100
Binary 11111010 1001101 10010101 0 1000101 101000 10 101001111 1011111 1000000

Color Harmonies of #FA4D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D95

Black with #FA4D95

Text Example


Text Example

White with #FA4D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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