Html Css Color HEX #FD4AB2 Brilliant Rose

📋 copy color: '#FD4AB2'

red 253 ◦ green 74 ◦ blue 178

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

Shades of Brilliant Rose #FD4AB2

Tints of Brilliant Rose #FD4AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.65%

 BLUE value IS 178 (69.92% from 255) = 35.25%

R = 50.1%
G = 14.65%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD4AB2 (or 0xFD4AB2) is known color: Brilliant Rose. HEX triplet: FD, 4A and B2. RGB value is (253,74,178). Sum of RGB (Red+Green+Blue) = 253+74+178=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4AB2 is #02B54D. Grayscale: #8B8B8B. Windows color (decimal): -177486 or 11684605. OLE color: 11684605.

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

Color convert

RGB 253 74 178 -
CMYK 0 0.71 0.30 0.01
HSL 325.14º 0.98% 0.64% -
HSV(B) 325.14º 0.71% 0.99% -
XYZ 50.99 28.99 45.03 -
YUV 139.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 253 74 178 0 0.71 0.30 0.01 325.14 0.98 0.64
Hex FD 4A B2 0 47 1E 1 145 62 40
Octal 375 112 262 0 107 36 1 505 142 100
Binary 11111101 1001010 10110010 0 1000111 11110 1 101000101 1100010 1000000

Color Harmonies of #FD4AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4AB2

Black with #FD4AB2

Text Example


Text Example

White with #FD4AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4AB2; }

 p { color: rgb(253,74,178); }

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

background-color css

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

 a { background-color: rgb(253,74,178); }

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

border-color css

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

 span { border-color: rgb(253,74,178); }

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