Html Css Color HEX #FD627A Brink Pink

📋 copy color: '#FD627A'

red 253 ◦ green 98 ◦ blue 122

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

Shades of Brink Pink #FD627A

Tints of Brink Pink #FD627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 53.49%
G = 20.72%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD627A (or 0xFD627A) is known color: Brink Pink. HEX triplet: FD, 62 and 7A. RGB value is (253,98,122). Sum of RGB (Red+Green+Blue) = 253+98+122=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD627A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD627A is #029D85. Grayscale: #939393. Windows color (decimal): -171398 or 8020733. OLE color: 8020733.

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

Color convert

RGB 253 98 122 -
CMYK 0 0.61 0.52 0.01
HSL 350.71º 0.97% 0.69% -
HSV(B) 350.71º 0.61% 0.99% -
XYZ 48.39 31.02 21.85 -
YUV 147.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 253 98 122 0 0.61 0.52 0.01 350.71 0.97 0.69
Hex FD 62 7A 0 3D 34 1 15F 61 45
Octal 375 142 172 0 75 64 1 537 141 105
Binary 11111101 1100010 1111010 0 111101 110100 1 101011111 1100001 1000101

Color Harmonies of #FD627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD627A

Black with #FD627A

Text Example


Text Example

White with #FD627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD627A; }

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

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

background-color css

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

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

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

border-color css

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

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

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