Html Css Color HEX #FA4C7D French Rose

📋 copy color: '#FA4C7D'

red 250 ◦ green 76 ◦ blue 125

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

Shades of French Rose #FA4C7D

Tints of French Rose #FA4C7D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 55.43%
G = 16.85%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA4C7D (or 0xFA4C7D) is known color: French Rose. HEX triplet: FA, 4C and 7D. RGB value is (250,76,125). Sum of RGB (Red+Green+Blue) = 250+76+125=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4C7D is #05B382. Grayscale: #858585. Windows color (decimal): -373635 or 8211706. OLE color: 8211706.

HSL color Cylindrical-coordinate representation of color #FA4C7D: hue angle of 343.1º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4C7D is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 125 -
CMYK 0 0.70 0.50 0.02
HSL 343.1º 0.95% 0.64% -
HSV(B) 343.1º 0.7% 0.98% -
XYZ 45.71 26.97 22.2 -
YUV 133.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 250 76 125 0 0.70 0.50 0.02 343.1 0.95 0.64
Hex FA 4C 7D 0 46 32 2 157 5F 40
Octal 372 114 175 0 106 62 2 527 137 100
Binary 11111010 1001100 1111101 0 1000110 110010 10 101010111 1011111 1000000

Color Harmonies of #FA4C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C7D

Black with #FA4C7D

Text Example


Text Example

White with #FA4C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C7D; }

 p { color: rgb(250,76,125); }

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

background-color css

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

 a { background-color: rgb(250,76,125); }

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

border-color css

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

 span { border-color: rgb(250,76,125); }

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