Html Css Color HEX #FA4FAC Brilliant Rose

📋 copy color: '#FA4FAC'

red 250 ◦ green 79 ◦ blue 172

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

Shades of Brilliant Rose #FA4FAC

Tints of Brilliant Rose #FA4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.77%

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

R = 49.9%
G = 15.77%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA4FAC (or 0xFA4FAC) is known color: Brilliant Rose. HEX triplet: FA, 4F and AC. RGB value is (250,79,172). Sum of RGB (Red+Green+Blue) = 250+79+172=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4FAC is #05B053. Grayscale: #8C8C8C. Windows color (decimal): -372820 or 11292666. OLE color: 11292666.

HSL color Cylindrical-coordinate representation of color #FA4FAC: hue angle of 327.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FAC is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 172 -
CMYK 0 0.68 0.31 0.02
HSL 327.37º 0.94% 0.65% -
HSV(B) 327.37º 0.68% 0.98% -
XYZ 49.67 28.89 41.99 -
YUV 140.73 145.65 205.94 -
System Red Green Blue C M Y K H S L
Decimal 250 79 172 0 0.68 0.31 0.02 327.37 0.94 0.65
Hex FA 4F AC 0 44 1F 2 147 5E 41
Octal 372 117 254 0 104 37 2 507 136 101
Binary 11111010 1001111 10101100 0 1000100 11111 10 101000111 1011110 1000001

Color Harmonies of #FA4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FAC

Black with #FA4FAC

Text Example


Text Example

White with #FA4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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