Html Css Color HEX #FD50AF Brilliant Rose

📋 copy color: '#FD50AF'

red 253 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #FD50AF

Tints of Brilliant Rose #FD50AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.75%

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

R = 49.8%
G = 15.75%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD50AF (or 0xFD50AF) is known color: Brilliant Rose. HEX triplet: FD, 50 and AF. RGB value is (253,80,175). Sum of RGB (Red+Green+Blue) = 253+80+175=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD50AF is #02AF50. Grayscale: #8E8E8E. Windows color (decimal): -175953 or 11489533. OLE color: 11489533.

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

Color convert

RGB 253 80 175 -
CMYK 0 0.68 0.31 0.01
HSL 327.05º 0.98% 0.65% -
HSV(B) 327.05º 0.68% 0.99% -
XYZ 51.11 29.72 43.6 -
YUV 142.56 146.31 206.78 -
System Red Green Blue C M Y K H S L
Decimal 253 80 175 0 0.68 0.31 0.01 327.05 0.98 0.65
Hex FD 50 AF 0 44 1F 1 147 62 41
Octal 375 120 257 0 104 37 1 507 142 101
Binary 11111101 1010000 10101111 0 1000100 11111 1 101000111 1100010 1000001

Color Harmonies of #FD50AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50AF

Black with #FD50AF

Text Example


Text Example

White with #FD50AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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