Html Css Color HEX #FF657A Brink Pink

📋 copy color: '#FF657A'

red 255 ◦ green 101 ◦ blue 122

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

Shades of Brink Pink #FF657A

Tints of Brink Pink #FF657A

RGB

 RED value IS 255 (100% from 255) = 53.35%

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

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

R = 53.35%
G = 21.13%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF657A (or 0xFF657A) is known color: Brink Pink. HEX triplet: FF, 65 and 7A. RGB value is (255,101,122). Sum of RGB (Red+Green+Blue) = 255+101+122=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF657A is #009A85. Grayscale: #959595. Windows color (decimal): -39558 or 8021503. OLE color: 8021503.

HSL color Cylindrical-coordinate representation of color #FF657A: hue angle of 351.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF657A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 255 101 122 -
CMYK 0 0.60 0.52 0
HSL 351.82º 1% 0.7% -
HSV(B) 351.82º 0.6% 1% -
XYZ 49.41 31.97 21.98 -
YUV 149.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 255 101 122 0 0.60 0.52 0 351.82 1 0.7
Hex FF 65 7A 0 3C 34 0 160 64 46
Octal 377 145 172 0 74 64 0 540 144 106
Binary 11111111 1100101 1111010 0 111100 110100 0 101100000 1100100 1000110

Color Harmonies of #FF657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF657A

Black with #FF657A

Text Example


Text Example

White with #FF657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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