Html Css Color HEX #FD4DBA Brilliant Rose

📋 copy color: '#FD4DBA'

red 253 ◦ green 77 ◦ blue 186

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

Shades of Brilliant Rose #FD4DBA

Tints of Brilliant Rose #FD4DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 49.03%
G = 14.92%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD4DBA (or 0xFD4DBA) is known color: Brilliant Rose. HEX triplet: FD, 4D and BA. RGB value is (253,77,186). Sum of RGB (Red+Green+Blue) = 253+77+186=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DBA is #02B245. Grayscale: #8D8D8D. Windows color (decimal): -176710 or 12209661. OLE color: 12209661.

HSL color Cylindrical-coordinate representation of color #FD4DBA: hue angle of 322.84º 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 #FD4DBA is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 77 186 -
CMYK 0 0.70 0.26 0.01
HSL 322.84º 0.98% 0.65% -
HSV(B) 322.84º 0.7% 0.99% -
XYZ 52.02 29.74 49.45 -
YUV 142.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 253 77 186 0 0.70 0.26 0.01 322.84 0.98 0.65
Hex FD 4D BA 0 46 1A 1 143 62 41
Octal 375 115 272 0 106 32 1 503 142 101
Binary 11111101 1001101 10111010 0 1000110 11010 1 101000011 1100010 1000001

Color Harmonies of #FD4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4DBA

Black with #FD4DBA

Text Example


Text Example

White with #FD4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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