Html Css Color HEX #FD4D9C Brilliant Rose

📋 copy color: '#FD4D9C'

red 253 ◦ green 77 ◦ blue 156

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

Shades of Brilliant Rose #FD4D9C

Tints of Brilliant Rose #FD4D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 52.06%
G = 15.84%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD4D9C (or 0xFD4D9C) is known color: Brilliant Rose. HEX triplet: FD, 4D and 9C. RGB value is (253,77,156). Sum of RGB (Red+Green+Blue) = 253+77+156=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4D9C is #02B263. Grayscale: #8A8A8A. Windows color (decimal): -176740 or 10243581. OLE color: 10243581.

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

Color convert

RGB 253 77 156 -
CMYK 0 0.70 0.38 0.01
HSL 333.07º 0.98% 0.65% -
HSV(B) 333.07º 0.7% 0.99% -
XYZ 49.16 28.59 34.38 -
YUV 138.63 137.81 209.58 -
System Red Green Blue C M Y K H S L
Decimal 253 77 156 0 0.70 0.38 0.01 333.07 0.98 0.65
Hex FD 4D 9C 0 46 26 1 14D 62 41
Octal 375 115 234 0 106 46 1 515 142 101
Binary 11111101 1001101 10011100 0 1000110 100110 1 101001101 1100010 1000001

Color Harmonies of #FD4D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D9C

Black with #FD4D9C

Text Example


Text Example

White with #FD4D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D9C; }

 p { color: rgb(253,77,156); }

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

background-color css

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

 a { background-color: rgb(253,77,156); }

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

border-color css

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

 span { border-color: rgb(253,77,156); }

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