Html Css Color HEX #FD627D Brink Pink

📋 copy color: '#FD627D'

red 253 ◦ green 98 ◦ blue 125

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

Shades of Brink Pink #FD627D

Tints of Brink Pink #FD627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.59%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 53.15%
G = 20.59%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD627D (or 0xFD627D) is known color: Brink Pink. HEX triplet: FD, 62 and 7D. RGB value is (253,98,125). Sum of RGB (Red+Green+Blue) = 253+98+125=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD627D is #029D82. Grayscale: #939393. Windows color (decimal): -171395 or 8217341. OLE color: 8217341.

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

Color convert

RGB 253 98 125 -
CMYK 0 0.61 0.51 0.01
HSL 349.55º 0.97% 0.69% -
HSV(B) 349.55º 0.61% 0.99% -
XYZ 48.58 31.1 22.84 -
YUV 147.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 253 98 125 0 0.61 0.51 0.01 349.55 0.97 0.69
Hex FD 62 7D 0 3D 33 1 15E 61 45
Octal 375 142 175 0 75 63 1 536 141 105
Binary 11111101 1100010 1111101 0 111101 110011 1 101011110 1100001 1000101

Color Harmonies of #FD627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD627D

Black with #FD627D

Text Example


Text Example

White with #FD627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD627D; }

 p { color: rgb(253,98,125); }

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

background-color css

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

 a { background-color: rgb(253,98,125); }

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

border-color css

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

 span { border-color: rgb(253,98,125); }

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