Html Css Color HEX #FA4D7E French Rose

📋 copy color: '#FA4D7E'

red 250 ◦ green 77 ◦ blue 126

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

Shades of French Rose #FA4D7E

Tints of French Rose #FA4D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.81%

R = 55.19%
G = 17%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA4D7E (or 0xFA4D7E) is known color: French Rose. HEX triplet: FA, 4D and 7E. RGB value is (250,77,126). Sum of RGB (Red+Green+Blue) = 250+77+126=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D7E is #05B281. Grayscale: #868686. Windows color (decimal): -373378 or 8277498. OLE color: 8277498.

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

Color convert

RGB 250 77 126 -
CMYK 0 0.69 0.50 0.02
HSL 343.01º 0.95% 0.64% -
HSV(B) 343.01º 0.69% 0.98% -
XYZ 45.84 27.14 22.56 -
YUV 134.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 250 77 126 0 0.69 0.50 0.02 343.01 0.95 0.64
Hex FA 4D 7E 0 45 32 2 157 5F 40
Octal 372 115 176 0 105 62 2 527 137 100
Binary 11111010 1001101 1111110 0 1000101 110010 10 101010111 1011111 1000000

Color Harmonies of #FA4D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D7E

Black with #FA4D7E

Text Example


Text Example

White with #FA4D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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