Html Css Color HEX #FA4985 French Rose

📋 copy color: '#FA4985'

red 250 ◦ green 73 ◦ blue 133

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

Shades of French Rose #FA4985

Tints of French Rose #FA4985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 54.82%
G = 16.01%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA4985 (or 0xFA4985) is known color: French Rose. HEX triplet: FA, 49 and 85. RGB value is (250,73,133). Sum of RGB (Red+Green+Blue) = 250+73+133=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4985 is #05B67A. Grayscale: #848484. Windows color (decimal): -374395 or 8735226. OLE color: 8735226.

HSL color Cylindrical-coordinate representation of color #FA4985: hue angle of 339.66º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA4985 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 73 133 -
CMYK 0 0.71 0.47 0.02
HSL 339.66º 0.95% 0.63% -
HSV(B) 339.66º 0.71% 0.98% -
XYZ 46.04 26.78 24.93 -
YUV 132.76 128.14 211.62 -
System Red Green Blue C M Y K H S L
Decimal 250 73 133 0 0.71 0.47 0.02 339.66 0.95 0.63
Hex FA 49 85 0 47 2F 2 154 5F 3F
Octal 372 111 205 0 107 57 2 524 137 77
Binary 11111010 1001001 10000101 0 1000111 101111 10 101010100 1011111 111111

Color Harmonies of #FA4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4985

Black with #FA4985

Text Example


Text Example

White with #FA4985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4985; }

 p { color: rgb(250,73,133); }

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

background-color css

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

 a { background-color: rgb(250,73,133); }

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

border-color css

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

 span { border-color: rgb(250,73,133); }

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