Html Css Color HEX #FD44A1 Brilliant Rose

📋 copy color: '#FD44A1'

red 253 ◦ green 68 ◦ blue 161

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

Shades of Brilliant Rose #FD44A1

Tints of Brilliant Rose #FD44A1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.11%

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 52.49%
G = 14.11%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD44A1 (or 0xFD44A1) is known color: Brilliant Rose. HEX triplet: FD, 44 and A1. RGB value is (253,68,161). Sum of RGB (Red+Green+Blue) = 253+68+161=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD44A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD44A1 is #02BB5E. Grayscale: #858585. Windows color (decimal): -179039 or 10568957. OLE color: 10568957.

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

Color convert

RGB 253 68 161 -
CMYK 0 0.73 0.36 0.01
HSL 329.84º 0.98% 0.63% -
HSV(B) 329.84º 0.73% 0.99% -
XYZ 49.01 27.59 36.46 -
YUV 133.92 143.29 212.94 -
System Red Green Blue C M Y K H S L
Decimal 253 68 161 0 0.73 0.36 0.01 329.84 0.98 0.63
Hex FD 44 A1 0 49 24 1 14A 62 3F
Octal 375 104 241 0 111 44 1 512 142 77
Binary 11111101 1000100 10100001 0 1001001 100100 1 101001010 1100010 111111

Color Harmonies of #FD44A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD44A1

Black with #FD44A1

Text Example


Text Example

White with #FD44A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD44A1; }

 p { color: rgb(253,68,161); }

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

background-color css

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

 a { background-color: rgb(253,68,161); }

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

border-color css

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

 span { border-color: rgb(253,68,161); }

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