Html Css Color HEX #FD43AD Brilliant Rose

📋 copy color: '#FD43AD'

red 253 ◦ green 67 ◦ blue 173

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

Shades of Brilliant Rose #FD43AD

Tints of Brilliant Rose #FD43AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.59%

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 51.32%
G = 13.59%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD43AD (or 0xFD43AD) is known color: Brilliant Rose. HEX triplet: FD, 43 and AD. RGB value is (253,67,173). Sum of RGB (Red+Green+Blue) = 253+67+173=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD43AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD43AD is #02BC52. Grayscale: #868686. Windows color (decimal): -179283 or 11355133. OLE color: 11355133.

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

Color convert

RGB 253 67 173 -
CMYK 0 0.74 0.32 0.01
HSL 325.81º 0.98% 0.63% -
HSV(B) 325.81º 0.74% 0.99% -
XYZ 50.06 27.91 42.28 -
YUV 134.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 253 67 173 0 0.74 0.32 0.01 325.81 0.98 0.63
Hex FD 43 AD 0 4A 20 1 146 62 3F
Octal 375 103 255 0 112 40 1 506 142 77
Binary 11111101 1000011 10101101 0 1001010 100000 1 101000110 1100010 111111

Color Harmonies of #FD43AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD43AD

Black with #FD43AD

Text Example


Text Example

White with #FD43AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD43AD; }

 p { color: rgb(253,67,173); }

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

background-color css

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

 a { background-color: rgb(253,67,173); }

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

border-color css

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

 span { border-color: rgb(253,67,173); }

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