Html Css Color HEX #FA4D8F French Rose

📋 copy color: '#FA4D8F'

red 250 ◦ green 77 ◦ blue 143

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

Shades of French Rose #FA4D8F

Tints of French Rose #FA4D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 53.19%
G = 16.38%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA4D8F (or 0xFA4D8F) is known color: French Rose. HEX triplet: FA, 4D and 8F. RGB value is (250,77,143). Sum of RGB (Red+Green+Blue) = 250+77+143=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D8F is #05B270. Grayscale: #888888. Windows color (decimal): -373361 or 9391610. OLE color: 9391610.

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

Color convert

RGB 250 77 143 -
CMYK 0 0.69 0.43 0.02
HSL 337.11º 0.95% 0.64% -
HSV(B) 337.11º 0.69% 0.98% -
XYZ 47.04 27.61 28.84 -
YUV 136.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 250 77 143 0 0.69 0.43 0.02 337.11 0.95 0.64
Hex FA 4D 8F 0 45 2B 2 151 5F 40
Octal 372 115 217 0 105 53 2 521 137 100
Binary 11111010 1001101 10001111 0 1000101 101011 10 101010001 1011111 1000000

Color Harmonies of #FA4D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D8F

Black with #FA4D8F

Text Example


Text Example

White with #FA4D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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