Html Css Color HEX #FD49AF Brilliant Rose

📋 copy color: '#FD49AF'

red 253 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #FD49AF

Tints of Brilliant Rose #FD49AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.57%

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 50.5%
G = 14.57%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD49AF (or 0xFD49AF) is known color: Brilliant Rose. HEX triplet: FD, 49 and AF. RGB value is (253,73,175). Sum of RGB (Red+Green+Blue) = 253+73+175=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD49AF is #02B650. Grayscale: #8A8A8A. Windows color (decimal): -177745 or 11487741. OLE color: 11487741.

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

Color convert

RGB 253 73 175 -
CMYK 0 0.71 0.31 0.01
HSL 326º 0.98% 0.64% -
HSV(B) 326º 0.71% 0.99% -
XYZ 50.63 28.74 43.44 -
YUV 138.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 253 73 175 0 0.71 0.31 0.01 326 0.98 0.64
Hex FD 49 AF 0 47 1F 1 146 62 40
Octal 375 111 257 0 107 37 1 506 142 100
Binary 11111101 1001001 10101111 0 1000111 11111 1 101000110 1100010 1000000

Color Harmonies of #FD49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49AF

Black with #FD49AF

Text Example


Text Example

White with #FD49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49AF; }

 p { color: rgb(253,73,175); }

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

background-color css

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

 a { background-color: rgb(253,73,175); }

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

border-color css

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

 span { border-color: rgb(253,73,175); }

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