Html Css Color HEX #FD41AB Brilliant Rose

📋 copy color: '#FD41AB'

red 253 ◦ green 65 ◦ blue 171

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

Shades of Brilliant Rose #FD41AB

Tints of Brilliant Rose #FD41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.29%

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 51.74%
G = 13.29%
B = 34.97%

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

#FD41AB (or 0xFD41AB) is known color: Brilliant Rose. HEX triplet: FD, 41 and AB. RGB value is (253,65,171). Sum of RGB (Red+Green+Blue) = 253+65+171=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD41AB is #02BE54. Grayscale: #858585. Windows color (decimal): -179797 or 11223549. OLE color: 11223549.

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

Color convert

RGB 253 65 171 -
CMYK 0 0.74 0.32 0.01
HSL 326.17º 0.98% 0.62% -
HSV(B) 326.17º 0.74% 0.99% -
XYZ 49.75 27.6 41.23 -
YUV 133.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 253 65 171 0 0.74 0.32 0.01 326.17 0.98 0.62
Hex FD 41 AB 0 4A 20 1 146 62 3E
Octal 375 101 253 0 112 40 1 506 142 76
Binary 11111101 1000001 10101011 0 1001010 100000 1 101000110 1100010 111110

Color Harmonies of #FD41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD41AB

Black with #FD41AB

Text Example


Text Example

White with #FD41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD41AB; }

 p { color: rgb(253,65,171); }

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

background-color css

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

 a { background-color: rgb(253,65,171); }

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

border-color css

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

 span { border-color: rgb(253,65,171); }

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