Html Css Color HEX #FD647F Brink Pink

📋 copy color: '#FD647F'

red 253 ◦ green 100 ◦ blue 127

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

Shades of Brink Pink #FD647F

Tints of Brink Pink #FD647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.83%

 BLUE value IS 127 (50% from 255) = 26.46%

R = 52.71%
G = 20.83%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD647F (or 0xFD647F) is known color: Brink Pink. HEX triplet: FD, 64 and 7F. RGB value is (253,100,127). Sum of RGB (Red+Green+Blue) = 253+100+127=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD647F is #029B80. Grayscale: #949494. Windows color (decimal): -170881 or 8348925. OLE color: 8348925.

HSL color Cylindrical-coordinate representation of color #FD647F: hue angle of 349.41º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD647F is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 100 127 -
CMYK 0 0.60 0.50 0.01
HSL 349.41º 0.97% 0.69% -
HSV(B) 349.41º 0.6% 0.99% -
XYZ 48.9 31.53 23.59 -
YUV 148.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 253 100 127 0 0.60 0.50 0.01 349.41 0.97 0.69
Hex FD 64 7F 0 3C 32 1 15D 61 45
Octal 375 144 177 0 74 62 1 535 141 105
Binary 11111101 1100100 1111111 0 111100 110010 1 101011101 1100001 1000101

Color Harmonies of #FD647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD647F

Black with #FD647F

Text Example


Text Example

White with #FD647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD647F; }

 p { color: rgb(253,100,127); }

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

background-color css

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

 a { background-color: rgb(253,100,127); }

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

border-color css

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

 span { border-color: rgb(253,100,127); }

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