Html Css Color HEX #FC4DAF Brilliant Rose

📋 copy color: '#FC4DAF'

red 252 ◦ green 77 ◦ blue 175

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

Shades of Brilliant Rose #FC4DAF

Tints of Brilliant Rose #FC4DAF

RGB

 RED value IS 252 (98.83% from 255) = 50%

 GREEN value IS 77 (30.47% from 255) = 15.28%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 50%
G = 15.28%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC4DAF (or 0xFC4DAF) is known color: Brilliant Rose. HEX triplet: FC, 4D and AF. RGB value is (252,77,175). Sum of RGB (Red+Green+Blue) = 252+77+175=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4DAF is #03B250. Grayscale: #8C8C8C. Windows color (decimal): -242257 or 11488764. OLE color: 11488764.

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

Color convert

RGB 252 77 175 -
CMYK 0 0.69 0.31 0.01
HSL 326.4º 0.97% 0.65% -
HSV(B) 326.4º 0.69% 0.99% -
XYZ 50.54 29.1 43.51 -
YUV 140.5 147.48 207.53 -
System Red Green Blue C M Y K H S L
Decimal 252 77 175 0 0.69 0.31 0.01 326.4 0.97 0.65
Hex FC 4D AF 0 45 1F 1 146 61 41
Octal 374 115 257 0 105 37 1 506 141 101
Binary 11111100 1001101 10101111 0 1000101 11111 1 101000110 1100001 1000001

Color Harmonies of #FC4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DAF

Black with #FC4DAF

Text Example


Text Example

White with #FC4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DAF; }

 p { color: rgb(252,77,175); }

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

background-color css

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

 a { background-color: rgb(252,77,175); }

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

border-color css

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

 span { border-color: rgb(252,77,175); }

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