Html Css Color HEX #FA4EAC Brilliant Rose

📋 copy color: '#FA4EAC'

red 250 ◦ green 78 ◦ blue 172

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

Shades of Brilliant Rose #FA4EAC

Tints of Brilliant Rose #FA4EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 50%
G = 15.6%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA4EAC (or 0xFA4EAC) is known color: Brilliant Rose. HEX triplet: FA, 4E and AC. RGB value is (250,78,172). Sum of RGB (Red+Green+Blue) = 250+78+172=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4EAC is #05B153. Grayscale: #8B8B8B. Windows color (decimal): -373076 or 11292410. OLE color: 11292410.

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

Color convert

RGB 250 78 172 -
CMYK 0 0.69 0.31 0.02
HSL 327.21º 0.95% 0.64% -
HSV(B) 327.21º 0.69% 0.98% -
XYZ 49.6 28.75 41.97 -
YUV 140.14 145.98 206.36 -
System Red Green Blue C M Y K H S L
Decimal 250 78 172 0 0.69 0.31 0.02 327.21 0.95 0.64
Hex FA 4E AC 0 45 1F 2 147 5F 40
Octal 372 116 254 0 105 37 2 507 137 100
Binary 11111010 1001110 10101100 0 1000101 11111 10 101000111 1011111 1000000

Color Harmonies of #FA4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4EAC

Black with #FA4EAC

Text Example


Text Example

White with #FA4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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