Html Css Color HEX #FD4FAC Brilliant Rose

📋 copy color: '#FD4FAC'

red 253 ◦ green 79 ◦ blue 172

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

Shades of Brilliant Rose #FD4FAC

Tints of Brilliant Rose #FD4FAC

RGB

 RED value IS 253 (99.22% from 255) = 50.2%

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

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

R = 50.2%
G = 15.67%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD4FAC (or 0xFD4FAC) is known color: Brilliant Rose. HEX triplet: FD, 4F and AC. RGB value is (253,79,172). Sum of RGB (Red+Green+Blue) = 253+79+172=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4FAC is #02B053. Grayscale: #8D8D8D. Windows color (decimal): -176212 or 11292669. OLE color: 11292669.

HSL color Cylindrical-coordinate representation of color #FD4FAC: hue angle of 327.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4FAC is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 79 172 -
CMYK 0 0.69 0.32 0.01
HSL 327.93º 0.98% 0.65% -
HSV(B) 327.93º 0.69% 0.99% -
XYZ 50.75 29.45 42.04 -
YUV 141.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 253 79 172 0 0.69 0.32 0.01 327.93 0.98 0.65
Hex FD 4F AC 0 45 20 1 148 62 41
Octal 375 117 254 0 105 40 1 510 142 101
Binary 11111101 1001111 10101100 0 1000101 100000 1 101001000 1100010 1000001

Color Harmonies of #FD4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4FAC

Black with #FD4FAC

Text Example


Text Example

White with #FD4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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