Html Css Color HEX #FD657A Brink Pink

📋 copy color: '#FD657A'

red 253 ◦ green 101 ◦ blue 122

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

Shades of Brink Pink #FD657A

Tints of Brink Pink #FD657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.22%

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

R = 53.15%
G = 21.22%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD657A (or 0xFD657A) is known color: Brink Pink. HEX triplet: FD, 65 and 7A. RGB value is (253,101,122). Sum of RGB (Red+Green+Blue) = 253+101+122=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD657A is #029A85. Grayscale: #949494. Windows color (decimal): -170630 or 8021501. OLE color: 8021501.

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

Color convert

RGB 253 101 122 -
CMYK 0 0.60 0.52 0.01
HSL 351.71º 0.97% 0.69% -
HSV(B) 351.71º 0.6% 0.99% -
XYZ 48.67 31.6 21.95 -
YUV 148.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 253 101 122 0 0.60 0.52 0.01 351.71 0.97 0.69
Hex FD 65 7A 0 3C 34 1 160 61 45
Octal 375 145 172 0 74 64 1 540 141 105
Binary 11111101 1100101 1111010 0 111100 110100 1 101100000 1100001 1000101

Color Harmonies of #FD657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD657A

Black with #FD657A

Text Example


Text Example

White with #FD657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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