Html Css Color HEX #FA4D7F French Rose

📋 copy color: '#FA4D7F'

red 250 ◦ green 77 ◦ blue 127

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

Shades of French Rose #FA4D7F

Tints of French Rose #FA4D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 55.07%
G = 16.96%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA4D7F (or 0xFA4D7F) is known color: French Rose. HEX triplet: FA, 4D and 7F. RGB value is (250,77,127). Sum of RGB (Red+Green+Blue) = 250+77+127=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D7F is #05B280. Grayscale: #868686. Windows color (decimal): -373377 or 8343034. OLE color: 8343034.

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

Color convert

RGB 250 77 127 -
CMYK 0 0.69 0.49 0.02
HSL 342.66º 0.95% 0.64% -
HSV(B) 342.66º 0.69% 0.98% -
XYZ 45.91 27.16 22.9 -
YUV 134.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 250 77 127 0 0.69 0.49 0.02 342.66 0.95 0.64
Hex FA 4D 7F 0 45 31 2 157 5F 40
Octal 372 115 177 0 105 61 2 527 137 100
Binary 11111010 1001101 1111111 0 1000101 110001 10 101010111 1011111 1000000

Color Harmonies of #FA4D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D7F

Black with #FA4D7F

Text Example


Text Example

White with #FA4D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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