Html Css Color HEX #FA4E85 French Rose

📋 copy color: '#FA4E85'

red 250 ◦ green 78 ◦ blue 133

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

Shades of French Rose #FA4E85

Tints of French Rose #FA4E85

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.92%

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

R = 54.23%
G = 16.92%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA4E85 (or 0xFA4E85) is known color: French Rose. HEX triplet: FA, 4E and 85. RGB value is (250,78,133). Sum of RGB (Red+Green+Blue) = 250+78+133=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4E85 is #05B17A. Grayscale: #878787. Windows color (decimal): -373115 or 8736506. OLE color: 8736506.

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

Color convert

RGB 250 78 133 -
CMYK 0 0.69 0.47 0.02
HSL 340.81º 0.95% 0.64% -
HSV(B) 340.81º 0.69% 0.98% -
XYZ 46.38 27.47 25.05 -
YUV 135.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 250 78 133 0 0.69 0.47 0.02 340.81 0.95 0.64
Hex FA 4E 85 0 45 2F 2 155 5F 40
Octal 372 116 205 0 105 57 2 525 137 100
Binary 11111010 1001110 10000101 0 1000101 101111 10 101010101 1011111 1000000

Color Harmonies of #FA4E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4E85

Black with #FA4E85

Text Example


Text Example

White with #FA4E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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