Html Css Color HEX #FD42AB Brilliant Rose

📋 copy color: '#FD42AB'

red 253 ◦ green 66 ◦ blue 171

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

Shades of Brilliant Rose #FD42AB

Tints of Brilliant Rose #FD42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.47%

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

R = 51.63%
G = 13.47%
B = 34.9%

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

#FD42AB (or 0xFD42AB) is known color: Brilliant Rose. HEX triplet: FD, 42 and AB. RGB value is (253,66,171). Sum of RGB (Red+Green+Blue) = 253+66+171=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD42AB is #02BD54. Grayscale: #858585. Windows color (decimal): -179541 or 11223805. OLE color: 11223805.

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

Color convert

RGB 253 66 171 -
CMYK 0 0.74 0.32 0.01
HSL 326.31º 0.98% 0.63% -
HSV(B) 326.31º 0.74% 0.99% -
XYZ 49.81 27.72 41.25 -
YUV 133.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 253 66 171 0 0.74 0.32 0.01 326.31 0.98 0.63
Hex FD 42 AB 0 4A 20 1 146 62 3F
Octal 375 102 253 0 112 40 1 506 142 77
Binary 11111101 1000010 10101011 0 1001010 100000 1 101000110 1100010 111111

Color Harmonies of #FD42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42AB

Black with #FD42AB

Text Example


Text Example

White with #FD42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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